mirror of
https://github.com/Ragora/T2-CPP.git
synced 2026-02-22 08:03:36 +00:00
Restructured project structure to use a singular SLN; made the T2API common to all projects; adjusted watchdog timer to 8 seconds
This commit is contained in:
parent
e1c5d1dead
commit
527474ff24
79 changed files with 469 additions and 626 deletions
8
CommonAPI/Common/source/DXAPI/Point3F.cpp
Normal file
8
CommonAPI/Common/source/DXAPI/Point3F.cpp
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#include <DXAPI/Point3F.h>
|
||||
|
||||
namespace DX
|
||||
{
|
||||
Point3F::Point3F(float &X, float &Y, float &Z) : x(X), y(Y), z(Z)
|
||||
{
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue