removed randygame from build

This commit is contained in:
randy 2024-07-08 18:40:17 +07:00
parent f87943a6de
commit 81133fe9c3

View file

@ -29,12 +29,7 @@ typedef struct Context_Extra {
#include "oogabooga/examples/minimal_game_loop.c" #include "oogabooga/examples/minimal_game_loop.c"
// #include "oogabooga/examples/text_rendering.c" // #include "oogabooga/examples/text_rendering.c"
// An engine dev stress test for rendering
// #include "oogabooga/examples/renderer_stress_test.c" // #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! // This is where you swap in your own project!
// #include "entry_yourepicgamename.c" // #include "entry_yourepicgamename.c"