Files
tge/Torque/SDK/tools/map2dif plus/morianGame.h
2026-01-14 10:27:57 -06:00

20 lines
464 B
C++

//-----------------------------------------------------------------------------
// Torque Game Engine
// Copyright (C) GarageGames.com, Inc.
//-----------------------------------------------------------------------------
#ifndef _H_MORIANGAME_
#define _H_MORIANGAME_
#ifndef _GAMEINTERFACE_H_
#include "platform/gameInterface.h"
#endif
class MorianGame : public GameInterface
{
public:
S32 main(S32 argc, const char **argv);
};
#endif // _H_MORIANGAME_