This commit is contained in:
Areloch 2017-10-06 16:49:50 -05:00
parent 0e2ef6a889
commit 1dca9958a1
4 changed files with 73 additions and 6 deletions

View file

@ -64,5 +64,6 @@ public:
return mOwner->getName();
}
void addVariable(String name, String type, String defaultValue);
void writeLine(String format, S32 argc, ConsoleValueRef *argv);
};