From ed0746a166df8531c14ee91be4d779b3c71ab23d Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 8 Sep 2006 04:20:47 +0000 Subject: [PATCH] typedef (this one is typedefed just because it's used a lot) --- stepmania/src/RageInputDevice.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stepmania/src/RageInputDevice.h b/stepmania/src/RageInputDevice.h index 5107f6f071..d09efcd0cb 100644 --- a/stepmania/src/RageInputDevice.h +++ b/stepmania/src/RageInputDevice.h @@ -339,6 +339,8 @@ public: bool IsJoystick() const { return ::IsJoystick(device); } }; +typedef vector DeviceInputList; + #endif /* * Copyright (c) 2001-2002 Chris Danford