summaryrefslogtreecommitdiffstats
path: root/game/client/receive.hh
blob: 27ed2b2e18f048d4408e4be8c110ea6012f7d8ee (plain)
1
2
3
4
5
6
7
8
9
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 */