summaryrefslogtreecommitdiffstats
path: root/game/server/world/unloader.hh
diff options
context:
space:
mode:
Diffstat (limited to 'game/server/world/unloader.hh')
-rw-r--r--game/server/world/unloader.hh13
1 files changed, 0 insertions, 13 deletions
diff --git a/game/server/world/unloader.hh b/game/server/world/unloader.hh
deleted file mode 100644
index a5b1da1..0000000
--- a/game/server/world/unloader.hh
+++ /dev/null
@@ -1,13 +0,0 @@
-#pragma once
-
-namespace world
-{
-class Dimension;
-} // namespace world
-
-namespace world::unloader
-{
-void init(void);
-void init_late(void);
-void fixed_update_late(Dimension* dimension);
-} // namespace world::unloader