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.hh7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/game/server/world/random_tick.hh b/src/game/server/world/random_tick.hh
index 4ef1691..9c67dc4 100644
--- a/src/game/server/world/random_tick.hh
+++ b/src/game/server/world/random_tick.hh
@@ -2,13 +2,10 @@
#include "shared/types.hh"
-namespace world
-{
class Chunk;
-} // namespace world
-namespace world::random_tick
+namespace random_tick
{
void init(void);
void tick(const chunk_pos& cpos, Chunk* chunk);
-} // namespace world::random_tick
+} // namespace random_tick