Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2009-01-10 15:36:15 +0000
committerStijn Buys <ingar@osirion.org>2009-01-10 15:36:15 +0000
commit272d229094309bc5875287a5063f818c58c5f4f8 (patch)
treefb9a84748c0a88bfa0e59f63be51455fc239becc /src/client/video.h
parent44500292f5a964036e9d915a38a2773bf5aa765d (diff)
hud widget, drawing code reorganization
Diffstat (limited to 'src/client/video.h')
-rw-r--r--src/client/video.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/client/video.h b/src/client/video.h
index 833ebc4..d085f03 100644
--- a/src/client/video.h
+++ b/src/client/video.h
@@ -7,6 +7,8 @@
#ifndef __INCLUDED_CLIENT_VIDEO_H__
#define __INCLUDED_CLIENT_VIDEO_H__
+#include "core/cvar.h"
+
namespace client {
/// the video subsystem
@@ -35,6 +37,15 @@ namespace video
} // namespace video
+extern core::Cvar *r_width;
+extern core::Cvar *r_height;
+extern core::Cvar *r_fullscreen;
+
+extern core::Cvar *draw_ui;
+extern core::Cvar *draw_stats;
+extern core::Cvar *draw_devinfo;
+extern core::Cvar *draw_keypress;
+
} // namespace client
#endif // __INCLUDED_CLIENT_VIDEO_H__