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: $
|
// $NoKeywords: $
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
||||||
#include <string.h>
|
#include "core/stdafx.h"
|
||||||
#include "characterset.h"
|
#include "characterset.h"
|
||||||
|
|
||||||
// memdbgon must be the last include file in a .cpp file!!!
|
// memdbgon must be the last include file in a .cpp file!!!
|
||||||
|
@ -58,7 +58,7 @@ private:
|
|||||||
};
|
};
|
||||||
|
|
||||||
public:
|
public:
|
||||||
CCommand() = delete;
|
CCommand();
|
||||||
CCommand(int nArgC, const char** ppArgV, cmd_source_t source);
|
CCommand(int nArgC, const char** ppArgV, cmd_source_t source);
|
||||||
bool Tokenize(const char* pCommand, cmd_source_t source, characterset_t* pBreakSet);
|
bool Tokenize(const char* pCommand, cmd_source_t source, characterset_t* pBreakSet);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user