beginnings of trying to figure out how to get ScreenSelectProfile to move on properly

This commit is contained in:
AJ Kelly
2012-01-08 22:20:13 -06:00
parent 401abcc2f1
commit 03465803e9
2 changed files with 15 additions and 0 deletions
+1
View File
@@ -14,6 +14,7 @@ public:
virtual void MenuRight( const InputEventPlus &input );
virtual void MenuUp( const InputEventPlus &input );
virtual void MenuDown( const InputEventPlus &input );
virtual void HandleScreenMessage( const ScreenMessage SM );
GameButton m_TrackingRepeatingInput;