Skip to content

Commit 776b015

Browse files
Merge branch 'master' into min-ver-fix
2 parents f7f5e48 + 4fe9084 commit 776b015

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Client/core/CConsole.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ class CConsole : public CConsoleInterface
4141
bool IsInputActive();
4242
void ActivateInput();
4343

44-
void HandleTextAccepted(bool bHandled);
4544
void GetCommandInfo(const std::string& strIn, std::string& strCmdOut, std::string& strCmdLineOut);
4645

4746
void ResetHistoryChanges();

Server/mods/deathmatch/logic/CResource.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@
3535
#include <net/SimHeaders.h>
3636
#include <zip.h>
3737
#include <glob/glob.h>
38+
#include "version.h"
39+
#include "CStaticFunctionDefinitions.h"
3840

3941
#ifdef WIN32
4042
#include <zip/iowin32.h>

0 commit comments

Comments
 (0)