build project swap example (volatile with tutorial)

This commit is contained in:
randy 2024-07-04 10:20:35 +07:00
parent 1d33a0e4e6
commit 6134c6e982

15
build.c
View file

@ -31,8 +31,17 @@ typedef struct Context_Extra {
//
// Comment & Uncomment to swap projects
// Comment & Uncomment these to swap projects (only include one at a time)
//
// this is a minimal starting point for new projects. Copy & rename to get started
#include "oogabooga/examples/minimal_game_loop.c"
// An engine dev stress test for rendering
// #include "oogabooga/examples/renderer_stress_test.c"
// #include "oogabooga/examples/minimal_game_loop.c"
#include "entry_randygame.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"