]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix compilation units
authorTimePath <andrew.hardaker1995@gmail.com>
Sat, 7 Apr 2018 13:45:30 +0000 (23:45 +1000)
committerTimePath <andrew.hardaker1995@gmail.com>
Sat, 7 Apr 2018 14:22:14 +0000 (00:22 +1000)
qcsrc/menu/modules/chat/commands.qc
qcsrc/menu/modules/chat/dialog.qc
qcsrc/menu/xonotic/mainwindow.qc

index b84ef72266f6629b0d445f45580c0ca6000524aa..03e779e15920dce4e9436761b3220b141edbc40b 100644 (file)
@@ -35,6 +35,8 @@ GENERIC_COMMAND(notice, "Append a notice to chat")
     }
 }
 
+void m_goto(string name);
+
 GENERIC_COMMAND(commandmode, "input a console command")
 {
     switch(request)
index 681a698f84522f043ea3fdaf48f4548a98817920..68930bb7bd26a51d5dd9eef8a961ca42f858f058 100644 (file)
@@ -1,6 +1,9 @@
 #include "dialog.qh"
 
 #include <menu/xonotic/inputbox.qh>
+#include <menu/xonotic/listbox.qh>
+
+#include "state.qh"
 
 CLASS(XonoticChatList, XonoticListBox)
     ATTRIB(XonoticChatList, rowsPerItem, int, 1);
index ef1f011fb8af90beb3ec71ccb31f0f5dcfa5a10d..5c22e249c074f185c735ce6aae3ee079ddbd92b2 100644 (file)
@@ -1,6 +1,7 @@
 #include "mainwindow.qh"
 
 #include "../mutators/events.qh"
+#include <menu/modules/chat/dialog.qh>
 
 #include "nexposee.qh"
 #include "inputbox.qh"