From b2758db85087472d3ef5f1598155f7a09c03407c Mon Sep 17 00:00:00 2001 From: randy Date: Tue, 2 Jul 2024 11:32:21 +0700 Subject: [PATCH] entry -> test_game --- build.c | 2 +- entry.c => test_game.c | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename entry.c => test_game.c (100%) 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