This commit is contained in:
Paul 2001-07-24 15:06:30 +00:00
parent c9cab419ec
commit d6ee366bb7
3 changed files with 35 additions and 3 deletions

View file

@ -57,6 +57,8 @@ public:
static int getResponse();
static RECT getTextRegion();
static void ignoreNewlyPressedButtonsOnPadThisThink();
private:
enum
@ -170,6 +172,8 @@ private:
static int s_maxTextPageOffset;
static class SpriteBank *s_sprites;
static int s_ignoreNewlyPressedButtonsOnPadThisThink;
};