summaryrefslogtreecommitdiffstats
path: root/src/app/app.h
diff options
context:
space:
mode:
authorPiotr Dziwinski <piotrdz@gmail.com>2012-07-01 01:37:30 +0200
committerPiotr Dziwinski <piotrdz@gmail.com>2012-07-01 01:37:30 +0200
commit9bd4ec03b272e7925b11c3efc2bd8460894ea589 (patch)
treef97339cd526e4240d2fc5932a263fb84cbec93d8 /src/app/app.h
parent5bbf897fb1d54df0dc84a0cea35775083591b88f (diff)
downloadcolobot-9bd4ec03b272e7925b11c3efc2bd8460894ea589.tar.gz
colobot-9bd4ec03b272e7925b11c3efc2bd8460894ea589.tar.bz2
colobot-9bd4ec03b272e7925b11c3efc2bd8460894ea589.zip
CDevice interface and stub of implementation
- added CDevice abstract interface - began implementation of CGLDevice - added stub for Texture struct - created CGLDeviceConfig - changed particule -> particle & other minor changes
Diffstat (limited to 'src/app/app.h')
-rw-r--r--src/app/app.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/app/app.h b/src/app/app.h
index b2d9135..4cb6976 100644
--- a/src/app/app.h
+++ b/src/app/app.h
@@ -21,7 +21,6 @@
#include "common/misc.h"
-#include "graphics/common/device.h"
#include "graphics/common/engine.h"
#include <string>
@@ -162,8 +161,6 @@ protected:
ApplicationPrivate* m_private;
//! Global event queue
CEventQueue* m_eventQueue;
- //! Current configuration of display device
- Gfx::DeviceConfig m_deviceConfig;
//! Graphics engine
Gfx::CEngine* m_engine;
//! Sound subsystem