removed randygame from build
This commit is contained in:
parent
f87943a6de
commit
81133fe9c3
1 changed files with 0 additions and 5 deletions
5
build.c
5
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"
|
||||
|
|
Reference in a new issue