aboutsummaryrefslogtreecommitdiff
path: root/commands/commands.h
diff options
context:
space:
mode:
authorjacopograndi <jak.sk8@hotmail.it>2021-08-29 13:57:41 +0200
committerjacopograndi <jak.sk8@hotmail.it>2021-08-29 13:57:41 +0200
commitace5c3f3093c50ff7fa6f8b281a377e3788abbd5 (patch)
tree8a52803dc2b777822e9b1cab148bec8798bfeadf /commands/commands.h
parenta8bcacc95045102e67f2feabbdddf79535837554 (diff)
adding techs
Diffstat (limited to 'commands/commands.h')
-rw-r--r--commands/commands.h2
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;