From 0edc029f9f37077143adf9b0a619d27b19eb1b11 Mon Sep 17 00:00:00 2001 From: KUDr Date: Sat, 13 Jan 2007 14:43:46 +0000 Subject: (svn r8095) -Codechange: stuff that is not related to HAL moved from hal.h to gfx.h --- src/gfx.cpp | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'src/gfx.cpp') diff --git a/src/gfx.cpp b/src/gfx.cpp index de90ca461..ba6de033a 100644 --- a/src/gfx.cpp +++ b/src/gfx.cpp @@ -21,6 +21,24 @@ bool _dbg_screen_rect; #endif +byte _dirkeys; // 1 = left, 2 = up, 4 = right, 8 = down +bool _fullscreen; +CursorVars _cursor; +bool _ctrl_pressed; // Is Ctrl pressed? +bool _shift_pressed; // Is Shift pressed? +byte _fast_forward; +bool _left_button_down; +bool _left_button_clicked; +bool _right_button_down; +bool _right_button_clicked; +DrawPixelInfo _screen; +bool _exit_game; +bool _networking; ///< are we in networking mode? +byte _game_mode; +byte _pause; +int _pal_first_dirty; +int _pal_last_dirty; + Colour _cur_palette[256]; byte _stringwidth_table[FS_END][224]; -- cgit v1.2.3-54-g00ecf