summaryrefslogtreecommitdiffstats
path: root/src/game/client/direct_connection.hh
blob: f07f57d1a739d653dab4dbf1fc5f85097a4fd476 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef CLIENT_DIRECT_CONNECTION_HH
#define CLIENT_DIRECT_CONNECTION_HH 1
#pragma once

namespace direct_connection
{
void init(void);
void layout(void);
} // namespace direct_connection

#endif // CLIENT_DIRECT_CONNECTION_HH