diff --git a/build.c b/build.c index a7ca6a8..07beb53 100644 --- a/build.c +++ b/build.c @@ -26,4 +26,4 @@ typedef struct Context_Extra { // Includes for game goes here // ... -#include "entry.c" \ No newline at end of file +#include "test_game.c" \ No newline at end of file diff --git a/entry.c b/test_game.c similarity index 100% rename from entry.c rename to test_game.c