build project swap example (volatile with tutorial)
This commit is contained in:
parent
1d33a0e4e6
commit
6134c6e982
1 changed files with 13 additions and 4 deletions
15
build.c
15
build.c
|
@ -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/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"
|
Reference in a new issue