Some project structure fixes
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
#include "Engine.h"
|
||||
#include <SDL3/SDL_main.h>
|
||||
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
Engine engine;
|
||||
|
||||
if (!engine.Init())
|
||||
return 1;
|
||||
|
||||
engine.Shutdown();
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user