mirror of
https://github.com/Ragora/T2-CPP.git
synced 2026-02-21 23:53:39 +00:00
11 lines
No EOL
131 B
C++
11 lines
No EOL
131 B
C++
#include <DXAPI/GameBase.h>
|
|
|
|
namespace DX
|
|
{
|
|
GameBase::GameBase(unsigned int obj) : SceneObject(obj)
|
|
{
|
|
|
|
}
|
|
|
|
|
|
} // End NameSpace DX
|