Implements the SDLApplication class. More...
#include <assert.h>#include <fstream>#include <sstream>#include <iostream>#include <SDL.h>#include <gl/glew.h>#include "Common/Globals.h"#include "Common/FileSystem.h"#include "Input/SDLMouse.h"#include "Input/SDLKeyboard.h"#include "Graphics/SDLScreen.h"#include "Graphics/Font.h"#include "Graphics/MathDraw.h"#include "Math/MathCommon.h"#include "Application/DataPaths.h"#include "Application/SDLApplication.h"Functions | |
| const IEnvironment * | GetEnv () |
| Gets the global enviroment for the active application. | |
Implements the SDLApplication class.
| const IEnvironment* GetEnv | ( | ) |
Gets the global enviroment for the active application.
1.6.3