summaryrefslogtreecommitdiffstats
path: root/src/game/server/world/random_tick.hh
blob: 9c67dc4e6fc7d7adfdc6c110477a7b276ec82bdd (plain)
1
2
3
4
5
6
7
8
9
10
11
#pragma once

#include "shared/types.hh"

class Chunk;

namespace random_tick
{
void init(void);
void tick(const chunk_pos& cpos, Chunk* chunk);
} // namespace random_tick