Fix non-editor build (this time for real!)

qteditor
Sven Eberhardt 2016-08-07 02:18:01 -04:00
parent be58ef5ae1
commit 39cfd4a0fe
2 changed files with 2 additions and 2 deletions

View File

@ -601,7 +601,7 @@ class C4ToolsDlg::State: public C4ConsoleGUI::InternalState<class C4ToolsDlg>
};
void C4ConsoleGUI::AddKickPlayerMenuItem(C4Player*, StdStrBuf&, bool) {}
void C4ConsoleGUI::AddMenuItemForPlayer(C4Player*, StdStrBuf&) {}
void C4ConsoleGUI::AddNetMenuItemForPlayer(int32_t, StdStrBuf&, C4ConsoleGUI::ClientOperation) {}
void C4ConsoleGUI::AddNetMenuItemForPlayer(int32_t, const char *, C4ConsoleGUI::ClientOperation) {}
void C4ConsoleGUI::AddNetMenu() {}
void C4ConsoleGUI::ToolsDlgClose() {}
bool C4ConsoleGUI::ClearLog() {return 0;}

View File

@ -116,7 +116,7 @@ public:
bool UpdateModeCtrls(int iMode);
void AddNetMenu();
void ClearNetMenu();
void AddNetMenuItemForPlayer(int32_t client_id, const char *text, ClientOperation co);
void AddNetMenuItemForPlayer(int32_t client_id, const char *text, C4ConsoleGUI::ClientOperation co);
void ClearPlayerMenu();
void SetInputFunctions(std::list<const char*> &functions);