diff options
Diffstat (limited to 'src/game/server/gs_common.h')
| -rw-r--r-- | src/game/server/gs_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/server/gs_common.h b/src/game/server/gs_common.h index 8913dd8a..1dd60e81 100644 --- a/src/game/server/gs_common.h +++ b/src/game/server/gs_common.h @@ -98,6 +98,7 @@ public: world_core core; game_world(); + ~game_world(); int find_entities(vec2 pos, float radius, entity **ents, int max); int find_entities(vec2 pos, float radius, entity **ents, int max, const int* types, int maxtypes); |