summaryrefslogtreecommitdiff
path: root/lib/player.h
diff options
context:
space:
mode:
authorJoel Stålnacke <joel@saker.fi>2026-03-23 19:50:18 +0200
committerJoel Stålnacke <joel@saker.fi>2026-03-23 19:50:18 +0200
commit3a1f9fe6800ef5fe7bbf1c0a5976720383ba84fe (patch)
treef1218eb4085a654f6bb70671b41b4a74e646c052 /lib/player.h
parent3870982f640260822bf605e693782ce9f5d79cf6 (diff)
Rewrite native code in Odin and use ECSodin
Diffstat (limited to 'lib/player.h')
-rw-r--r--lib/player.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/player.h b/lib/player.h
deleted file mode 100644
index 2f365bf..0000000
--- a/lib/player.h
+++ /dev/null
@@ -1,5 +0,0 @@
-#include "types.h"
-
-struct player;
-
-vec2 dp_player_calculate_acceleration(const struct player *);