mirror of
https://github.com/Ragora/T2-CPP.git
synced 2026-01-20 02:24:46 +00:00
8 lines
119 B
C++
8 lines
119 B
C++
|
|
#include <DXAPI/FlyingVehicle.h>
|
||
|
|
|
||
|
|
namespace DX
|
||
|
|
{
|
||
|
|
FlyingVehicle::FlyingVehicle(unsigned int obj) : Vehicle(obj)
|
||
|
|
{
|
||
|
|
}
|
||
|
|
}
|