Start trying own game
This commit is contained in:
18
Capter1/main.cpp
Normal file
18
Capter1/main.cpp
Normal file
@@ -0,0 +1,18 @@
|
||||
//#include "Game.h"
|
||||
#include "ax_game.hpp"
|
||||
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
/*Game game;
|
||||
bool success = game.Initialize();
|
||||
if (success)
|
||||
{
|
||||
game.RunLoop();
|
||||
}
|
||||
game.Shutdown();
|
||||
*/
|
||||
|
||||
|
||||
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user