Initial commit
This commit is contained in:
19
Torque/SDK/tools/map2dif plus/morianGame.h
Normal file
19
Torque/SDK/tools/map2dif plus/morianGame.h
Normal file
@@ -0,0 +1,19 @@
|
||||
//-----------------------------------------------------------------------------
|
||||
// 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_
|
||||
Reference in New Issue
Block a user