fix compilation flaws

This commit is contained in:
AzaezelX 2022-03-17 17:38:41 -05:00
parent c95db92622
commit d883575d0f
2 changed files with 2 additions and 2 deletions

View file

@ -36,7 +36,7 @@
#endif
#ifndef _SIMSET_H_
#include "console/simset.h"
#include "console/simSet.h"
#endif
#ifndef _CONSOLEOBJECT_H_

View file

@ -2861,7 +2861,7 @@ DefineEngineFunction(getTimestamp, const char*, (), ,
}
#ifdef TORQUE_TOOLS
DefineEngineFunction(systemCommand, S32, (const char* commandLineAction, const char* callBackFunction), , "", "")
DefineEngineFunction(systemCommand, S32, (const char* commandLineAction, const char* callBackFunction), (""), "")
{
if (commandLineAction != "")
{