summaryrefslogtreecommitdiffstats
path: root/game/server/world/random_tick.hh
diff options
context:
space:
mode:
Diffstat (limited to 'game/server/world/random_tick.hh')
-rw-r--r--game/server/world/random_tick.hh14
1 files changed, 0 insertions, 14 deletions
diff --git a/game/server/world/random_tick.hh b/game/server/world/random_tick.hh
deleted file mode 100644
index 4ef1691..0000000
--- a/game/server/world/random_tick.hh
+++ /dev/null
@@ -1,14 +0,0 @@
-#pragma once
-
-#include "shared/types.hh"
-
-namespace world
-{
-class Chunk;
-} // namespace world
-
-namespace world::random_tick
-{
-void init(void);
-void tick(const chunk_pos& cpos, Chunk* chunk);
-} // namespace world::random_tick