From 628440a15c1a4fa39b539e7ab6c1f9a695c91578 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 16 Mar 2007 01:22:25 +0000 Subject: [PATCH] NUM_InputEventType, InputEventType_Invalid --- stepmania/src/InputFilter.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stepmania/src/InputFilter.h b/stepmania/src/InputFilter.h index 8a9c985acf..5b694a4ab6 100644 --- a/stepmania/src/InputFilter.h +++ b/stepmania/src/InputFilter.h @@ -17,6 +17,9 @@ enum InputEventType /* The device is no longer pressed. Exactly one IET_RELEASE event will be sent * for each IET_FIRST_PRESS. */ IET_RELEASE, + + NUM_InputEventType, + InputEventType_Invalid }; struct InputEvent