File diff r9338:cde59f9097ce → r9339:78ad2d03d291
src/console_internal.h
Show inline comments
 
@@ -135,4 +135,9 @@ void IConsoleVarProcAdd(const char *name
 

	
 
/* Supporting functions */
 
bool GetArgumentInteger(uint32 *value, const char *arg);
 
#endif /* CONSOLE_H */
 

	
 
void IConsoleGUIInit();
 
void IConsoleGUIFree();
 
void IConsoleGUIPrint(ConsoleColour color_code, char *string);
 

	
 
#endif /* CONSOLE_INTERNAL_H */