Files
CPPGameBook/Capter1/main.cpp
2025-10-12 19:40:12 +02:00

18 lines
205 B
C++

//#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;
}