summaryrefslogtreecommitdiffstats
path: root/game/server/unloader.hh
blob: d7a95da6ec4c1dd007caa904a5e353a4b8182762 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef SERVER_UNLOADER_HH
#define SERVER_UNLOADER_HH 1
#pragma once

class Dimension;

namespace unloader
{
void init(void);
void init_late(void);
void fixed_update_late(Dimension *dimension);
} // namespace unloader

#endif /* SERVER_UNLOADER_HH  */