Codechange: simplify and move GetArgumentInteger

This commit is contained in:
Rubidium
2025-04-22 21:47:59 +02:00
committed by rubidium42
parent 2bee313642
commit 4149384ebc
3 changed files with 48 additions and 51 deletions

View File

@@ -81,9 +81,6 @@ void IConsoleClearBuffer();
/* console std lib (register ingame commands/aliases) */
void IConsoleStdLibRegister();
/* Supporting functions */
bool GetArgumentInteger(uint32_t *value, const char *arg);
void IConsoleGUIInit();
void IConsoleGUIFree();
void IConsoleGUIPrint(TextColour colour_code, const std::string &string);