Console: Add commands for conditional execution from game date

This commit is contained in:
Jonathan G Rennison
2020-12-26 12:06:31 +00:00
parent 5fe5884613
commit 3f3d5c106f
3 changed files with 69 additions and 3 deletions

View File

@@ -29,6 +29,7 @@ void IConsoleError(const char *string);
/* Parser */
void IConsoleCmdExec(const char *cmdstr, const uint recurse_count = 0);
void IConsoleCmdExecTokens(uint token_count, char *tokens[], const uint recurse_count = 0);
bool IsValidConsoleColour(TextColour c);