From 33777ea0994f01c696b74677f4937fe2987552c9 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 31 May 2015 00:24:33 +0300 Subject: Add opearator+ for InputAction and unsigned int. Signed-off-by: Andrei Karas --- src/input/inputactionoperators.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/input/inputactionoperators.h') diff --git a/src/input/inputactionoperators.h b/src/input/inputactionoperators.h index 2a5244c46..a01c75bf8 100644 --- a/src/input/inputactionoperators.h +++ b/src/input/inputactionoperators.h @@ -26,6 +26,7 @@ #include "enums/input/inputaction.h" InputActionT operator+(InputActionT action, const int& i); +InputActionT operator+(InputActionT action, const unsigned int& i); int operator-(const InputActionT &action1, const InputActionT &action2); #endif // INPUT_INPUTACTIONOPERATORS_H -- cgit v1.2.3-60-g2f50