// Platform skeleton for EterGrnLib/Thing.h (40250 EterGrnLib/Thing.cpp), generated by platform_stub.py. // Every MT_PLATFORM_STUB() body is unimplemented: replace it with the platform implementation. #include "EterGrnLib/StdAfx.h" #include "EterGrnLib/Thing.h" #include "../PlatformStub.h" auto CGraphicThing::Type() -> CGraphicThing::TType { MT_PLATFORM_STUB(); return mt_platform_stub_return(); } CGraphicThing::CGraphicThing(const char * c_szFileName) : CResource(c_szFileName) // initializers as in 40250 { MT_PLATFORM_STUB(); } CGraphicThing::~CGraphicThing() { MT_PLATFORM_STUB(); } auto CGraphicThing::CreateDeviceObjects() -> bool { MT_PLATFORM_STUB(); return mt_platform_stub_return(); } auto CGraphicThing::DestroyDeviceObjects() -> void { MT_PLATFORM_STUB(); } auto CGraphicThing::CheckModelIndex(int) const -> bool { MT_PLATFORM_STUB(); return mt_platform_stub_return(); } auto CGraphicThing::GetModelPointer(int) -> CGrannyModel * { MT_PLATFORM_STUB(); return mt_platform_stub_return(); } auto CGraphicThing::GetModelCount() const -> int { MT_PLATFORM_STUB(); return mt_platform_stub_return(); } auto CGraphicThing::CheckMotionIndex(int) const -> bool { MT_PLATFORM_STUB(); return mt_platform_stub_return(); } auto CGraphicThing::GetMotionPointer(int) -> CGrannyMotion * { MT_PLATFORM_STUB(); return mt_platform_stub_return(); } auto CGraphicThing::GetMotionCount() const -> int { MT_PLATFORM_STUB(); return mt_platform_stub_return(); } auto CGraphicThing::Initialize() -> void { MT_PLATFORM_STUB(); } auto CGraphicThing::LoadModels() -> bool { MT_PLATFORM_STUB(); return mt_platform_stub_return(); } auto CGraphicThing::LoadMotions() -> bool { MT_PLATFORM_STUB(); return mt_platform_stub_return(); } auto CGraphicThing::OnLoad(int, const void *) -> bool { MT_PLATFORM_STUB(); return mt_platform_stub_return(); } auto CGraphicThing::OnClear() -> void { MT_PLATFORM_STUB(); } auto CGraphicThing::OnIsEmpty() const -> bool { MT_PLATFORM_STUB(); return mt_platform_stub_return(); } auto CGraphicThing::OnIsType(TType) -> bool { MT_PLATFORM_STUB(); return mt_platform_stub_return(); }