summaryrefslogtreecommitdiffstats
path: root/src/game/client/receive.hh
blob: 1b793b067c074b71e918b5d07bd250795c0a567d (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