Quick cleanup
This commit is contained in:
-21
@@ -1,21 +0,0 @@
|
||||
#include <iostream>
|
||||
|
||||
#include "Engine/Game.h"
|
||||
|
||||
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
|
||||
Game game;
|
||||
|
||||
if (game.Init())
|
||||
{
|
||||
while(game.GetIsRunning())
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user