Clarify linking

main
Cameron Murphy Reikes 2 years ago
parent 3c3bf65c56
commit 7bab2e9900

@ -17,6 +17,7 @@ void __assert(bool cond, const char * file, int line, const char * cond_string)
// super try not to depend on external libraries like enet or sokol to keep build process simple, // super try not to depend on external libraries like enet or sokol to keep build process simple,
// gamestate its own portable submodule. If need to link to other stuff document here: // gamestate its own portable submodule. If need to link to other stuff document here:
// - debug
static void integrate_acceleration(struct Body *body, float dt) static void integrate_acceleration(struct Body *body, float dt)
{ {

Loading…
Cancel
Save