Random background movie support

This commit is contained in:
Chris Danford
2002-07-31 22:37:58 +00:00
parent 4ec08edf2d
commit 4f732aaa5b
11 changed files with 127 additions and 40 deletions
+2 -1
View File
@@ -12,6 +12,7 @@
#include "GameConstantsAndTypes.h"
#include "GameInput.h"
#include "MenuInput.h"
const int MAX_INPUT_QUEUE_LENGTH = 8;
@@ -22,7 +23,7 @@ public:
void RememberInput( GameInput );
bool MatchesPattern( const GameController c, const GameButton* button_sequence, const int iNumButtons, float fMaxSecondsBack = -1 );
bool MatchesPattern( const GameController c, const MenuButton* button_sequence, const int iNumButtons, float fMaxSecondsBack = -1 );
protected:
struct GameButtonAndTime