Implements global functions. More...
#include "Common/Globals.h"#include "Application/SDLApplication.h"Functions | |
| const char * | GetVersionString () |
| Gets the version string for the active application. | |
| Console::ConStream | ConWarning () |
| Reports a warning message to the console. | |
| Console::ConStream | ConError () |
| Reports an error message to the console. | |
| Console::ConStream | ConMsg () |
| Reports a message to the console. | |
Implements global functions.
| Console::ConStream ConError | ( | ) |
Reports an error message to the console.
| Console::ConStream ConMsg | ( | ) |
Reports a message to the console.
| Console::ConStream ConWarning | ( | ) |
Reports a warning message to the console.
| const char* GetVersionString | ( | ) |
Gets the version string for the active application.
1.6.3