diff options
Diffstat (limited to 'tests/pke-test-load-unload.cpp')
| -rw-r--r-- | tests/pke-test-load-unload.cpp | 2 |
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{}; |
