From 81133fe9c3e7213b1cfe08d1d6cda66079279ee1 Mon Sep 17 00:00:00 2001 From: randy Date: Mon, 8 Jul 2024 18:40:17 +0700 Subject: [PATCH] removed randygame from build --- build.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/build.c b/build.c index 830c262..11a646b 100644 --- a/build.c +++ b/build.c @@ -29,12 +29,7 @@ typedef struct Context_Extra { #include "oogabooga/examples/minimal_game_loop.c" // #include "oogabooga/examples/text_rendering.c" - -// An engine dev stress test for rendering // #include "oogabooga/examples/renderer_stress_test.c" -// Randy's example game that he's building out as a tutorial for using the engine -// #include "entry_randygame.c" - // This is where you swap in your own project! // #include "entry_yourepicgamename.c"