mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Fix compile error
This commit is contained in:
parent
83236940fa
commit
55c5048951
@ -11,7 +11,7 @@
|
||||
// $NoKeywords: $
|
||||
//=============================================================================
|
||||
|
||||
#include <string.h>
|
||||
#include "core/stdafx.h"
|
||||
#include "characterset.h"
|
||||
|
||||
// memdbgon must be the last include file in a .cpp file!!!
|
||||
|
@ -58,7 +58,7 @@ private:
|
||||
};
|
||||
|
||||
public:
|
||||
CCommand() = delete;
|
||||
CCommand();
|
||||
CCommand(int nArgC, const char** ppArgV, cmd_source_t source);
|
||||
bool Tokenize(const char* pCommand, cmd_source_t source, characterset_t* pBreakSet);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user