summaryrefslogtreecommitdiffstats
path: root/game/client/direct_connection.hh
diff options
context:
space:
mode:
authoruntodesu <kirill@untode.su>2025-03-15 19:45:36 +0500
committeruntodesu <kirill@untode.su>2025-03-15 19:45:36 +0500
commitf7fbca1200015ddfd4de491e6c52996e6a3353d2 (patch)
treef43f9c9005ed86f7ac6b94628915889f2cb56611 /game/client/direct_connection.hh
parent0a396cde7f9a629038e1d7f85e582155744bc7c7 (diff)
downloadvoxelius-f7fbca1200015ddfd4de491e6c52996e6a3353d2.tar.bz2
voxelius-f7fbca1200015ddfd4de491e6c52996e6a3353d2.zip
After a year finally add direct connection screen
Diffstat (limited to 'game/client/direct_connection.hh')
-rw-r--r--game/client/direct_connection.hh11
1 files changed, 11 insertions, 0 deletions
diff --git a/game/client/direct_connection.hh b/game/client/direct_connection.hh
new file mode 100644
index 0000000..f94bcaf
--- /dev/null
+++ b/game/client/direct_connection.hh
@@ -0,0 +1,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 */