summaryrefslogtreecommitdiffstats
path: root/src/game/server/world/random_tick.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/server/world/random_tick.hh')
-rw-r--r--src/game/server/world/random_tick.hh14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/game/server/world/random_tick.hh b/src/game/server/world/random_tick.hh
new file mode 100644
index 0000000..4ef1691
--- /dev/null
+++ b/src/game/server/world/random_tick.hh
@@ -0,0 +1,14 @@
+#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