diff options
Diffstat (limited to 'game/client/receive.hh')
| -rw-r--r-- | game/client/receive.hh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/game/client/receive.hh b/game/client/receive.hh new file mode 100644 index 0000000..27ed2b2 --- /dev/null +++ b/game/client/receive.hh @@ -0,0 +1,10 @@ +#ifndef CLIENT_RECEIVE_HH +#define CLIENT_RECEIVE_HH 1 +#pragma once + +namespace client_receive +{ +void init(void); +} // namespace client_receive + +#endif /* CLIENT_RECEIVE_HH */ |
