summaryrefslogtreecommitdiffstats
path: root/game/server/unloader.hh
blob: 414cdc4150452eae7c8b95eab0208c68c267c79f (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  */