Definitions of functions, types and variables.
typedef void (* ConsoleCommandFunc)(IConsoleCmdArgs*);
IConsole.h
This a definition of the console command function that can be added to console with AddCommand.
typedef void (* ConsoleVarFunc)(ICVar*);
IConsole.h
This a definition of the callback function that is called when variable change.