mirror of
https://github.com/Ragora/T2-CPP.git
synced 2026-03-03 12:30:21 +00:00
8 lines
No EOL
103 B
C++
8 lines
No EOL
103 B
C++
#include <DXAPI/Vehicle.h>
|
|
|
|
namespace DX
|
|
{
|
|
Vehicle::Vehicle(unsigned int obj) : ShapeBase(obj)
|
|
{
|
|
}
|
|
} |