diff Game/CreateParty.h @ 2553:48708da03b7f

Party Creation UI logic separated from MainMenu
author a.parshin
date Wed, 13 May 2015 02:20:05 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Game/CreateParty.h	Wed May 13 02:20:05 2015 +0200
@@ -0,0 +1,6 @@
+#pragma once
+
+
+
+bool CreateParty_Loop();
+void CreateParty_EventLoop();
\ No newline at end of file