summaryrefslogtreecommitdiffstats
path: root/game/server/status.hh
blob: 5f939f7b5b7ea0b3528af75bafdc78a22e2ad66f (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  */