summaryrefslogtreecommitdiffstats
path: root/src/game/client/direct_connection.hh
blob: f94bcaf41a003414e7a37b9eb94d340328af3239 (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 */