summaryrefslogtreecommitdiffstats
path: root/game/server/world/unloader.hh
blob: 9682de68b5925725fd5bbfdbb47c09f2804adcf6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#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