diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-01-12 15:48:26 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-01-12 15:48:26 +0300 |
commit | 12400c7c747c8195ec88b0cacad8472097ceada9 (patch) | |
tree | 3af1f4eeae6a1da14fcbc16ac0b1936f6237aaf5 /src/input | |
parent | f8fa10233df6c27c70c4a4875b202068654e825a (diff) | |
download | mv-12400c7c747c8195ec88b0cacad8472097ceada9.tar.gz mv-12400c7c747c8195ec88b0cacad8472097ceada9.tar.bz2 mv-12400c7c747c8195ec88b0cacad8472097ceada9.tar.xz mv-12400c7c747c8195ec88b0cacad8472097ceada9.zip |
Move mousebutton.h into enums directory.
Diffstat (limited to 'src/input')
-rw-r--r-- | src/input/mouseinput.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/mouseinput.h b/src/input/mouseinput.h index 1795b33fb..58b3b9faa 100644 --- a/src/input/mouseinput.h +++ b/src/input/mouseinput.h @@ -64,7 +64,7 @@ #ifndef INPUT_MOUSEINPUT_H #define INPUT_MOUSEINPUT_H -#include "events/mousebutton.h" +#include "enums/events/mousebutton.h" #include "events/mouseeventtype.h" #include "localconsts.h" |