This commit is contained in:
Areloch 2017-10-06 16:49:50 -05:00
parent dc5e502dec
commit 512c4515fc
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);
};