summaryrefslogtreecommitdiff
path: root/src/inputevent.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-03-26 20:58:09 +0300
committerAndrei Karas <akaras@inbox.ru>2012-03-26 21:45:25 +0300
commita6978e254af2a83b2b52778b4c59828b07542e5b (patch)
tree6cdca313b863f3f60825afd7cb62e342906e7495 /src/inputevent.h
parentf5ac38e101f180d6f7e5d6b4cd42bcad99af58a6 (diff)
downloadManaVerse-a6978e254af2a83b2b52778b4c59828b07542e5b.tar.gz
ManaVerse-a6978e254af2a83b2b52778b4c59828b07542e5b.tar.bz2
ManaVerse-a6978e254af2a83b2b52778b4c59828b07542e5b.tar.xz
ManaVerse-a6978e254af2a83b2b52778b4c59828b07542e5b.zip
Fix code style and auto check issues.
Diffstat (limited to 'src/inputevent.h')
-rw-r--r--src/inputevent.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/inputevent.h b/src/inputevent.h
index 7b73bba11..056a14e90 100644
--- a/src/inputevent.h
+++ b/src/inputevent.h
@@ -30,4 +30,6 @@ struct InputEvent
int mask;
};
+typedef bool (*ActionFuncPtr) (InputEvent &event);
+
#endif