summaryrefslogtreecommitdiffstats
path: root/src/game/server/status.hh
blob: 218eab0604b9e57a1c89e9e5ecae4ae7a6440c1e (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef SERVER_STATUS_HH
#define SERVER_STATUS_HH 1
#pragma once

namespace status
{
void init(void);
} // namespace status

#endif // SERVER_STATUS_HH