summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJonathan Bradley <jcb@pikum.xyz>2025-11-07 11:43:56 -0500
committerJonathan Bradley <jcb@pikum.xyz>2025-11-07 12:26:15 -0500
commitc3c4d351f8ccfc678aaa2de458326a11884aef19 (patch)
tree11c74d89da371667858f17139df55896a3ade67c /tests
parent5da699cff8a39bf1dc41b2d302c3e9c202496971 (diff)
pke: split up Game_Main and pass plugins to init
Diffstat (limited to 'tests')
-rw-r--r--tests/pke-test-load-unload.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/pke-test-load-unload.cpp b/tests/pke-test-load-unload.cpp
index 61d901c..27c588a 100644
--- a/tests/pke-test-load-unload.cpp
+++ b/tests/pke-test-load-unload.cpp
@@ -23,6 +23,8 @@ extern pk_arr_t<EntityHandle> entitiesYetToBeRemoved;
static pk_membucket *bkt;
static pke_level *level_01;
+void Game_Tick(double);
+
void print_entities_marked_for_removal() {
bool b;
pk_iter_t<Entity_Base*> iter{};