mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-05 21:40:31 +00:00
Merge pull request #746 from Azaezel/alpha40/CompilationCorrection
fix compilation flaws
This commit is contained in:
commit
ee4253c982
2 changed files with 2 additions and 2 deletions
|
|
@ -36,7 +36,7 @@
|
|||
#endif
|
||||
|
||||
#ifndef _SIMSET_H_
|
||||
#include "console/simset.h"
|
||||
#include "console/simSet.h"
|
||||
#endif
|
||||
|
||||
#ifndef _CONSOLEOBJECT_H_
|
||||
|
|
|
|||
|
|
@ -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 != "")
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue