From 7bab2e99007cf20fc9d9c8ba55f578ed4f82f53a Mon Sep 17 00:00:00 2001 From: Cameron Reikes Date: Sun, 16 Oct 2022 08:18:33 -0700 Subject: [PATCH] Clarify linking --- gamestate.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gamestate.c b/gamestate.c index 633fd8f..c160a3d 100644 --- a/gamestate.c +++ b/gamestate.c @@ -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, // gamestate its own portable submodule. If need to link to other stuff document here: +// - debug static void integrate_acceleration(struct Body *body, float dt) {