|
Pyrogenesis
13997
|
#include "precompiled.h"#include "VideoMode.h"#include "graphics/Camera.h"#include "graphics/GameView.h"#include "gui/GUIManager.h"#include "lib/config2.h"#include "lib/ogl.h"#include "lib/external_libraries/libsdl.h"#include "lib/sysdep/gfx.h"#include "ps/CConsole.h"#include "ps/CLogger.h"#include "ps/ConfigDB.h"#include "ps/Game.h"#include "ps/GameSetup/Config.h"#include "renderer/Renderer.h"Go to the source code of this file.
Variables | |
| static int | DEFAULT_WINDOW_W = 1024 |
| static int | DEFAULT_WINDOW_H = 768 |
| static int | DEFAULT_FULLSCREEN_W = 1024 |
| static int | DEFAULT_FULLSCREEN_H = 768 |
| CVideoMode | g_VideoMode |
|
static |
Definition at line 40 of file VideoMode.cpp.
|
static |
Definition at line 39 of file VideoMode.cpp.
|
static |
Definition at line 37 of file VideoMode.cpp.
|
static |
Definition at line 36 of file VideoMode.cpp.
| CVideoMode g_VideoMode |
Definition at line 42 of file VideoMode.cpp.
1.8.5