ActorScroller for lines

This commit is contained in:
Glenn Maynard
2005-12-07 05:59:14 +00:00
parent 99702eb069
commit 5d6f241959
3 changed files with 20 additions and 12 deletions
+2
View File
@@ -6,6 +6,7 @@
#include "ScreenWithMenuElements.h"
#include "BitmapText.h"
#include "InputMapper.h"
#include "ActorScroller.h"
enum { NUM_SHOWN_GAME_TO_DEVICE_SLOTS = 3 };
@@ -41,6 +42,7 @@ private:
vector<KeyToMap> m_KeysToMap;
ActorFrame m_Line[MAX_GAME_BUTTONS];
ActorScroller m_LineScroller;
};
#endif