diff options
Diffstat (limited to 'commands/commands.h')
-rw-r--r-- | commands/commands.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/commands/commands.h b/commands/commands.h index 665c8b6..5513790 100644 --- a/commands/commands.h +++ b/commands/commands.h @@ -20,6 +20,8 @@ class Commands_sdl { int mclick[3]; int mheld[3]; + int resx, resy; + private: std::vector<SDL_Scancode> keys; std::vector<SDL_Scancode> keysdown; |