This commit is contained in:
Steve Checkoway
2006-09-02 20:17:17 +00:00
parent 136915b798
commit cff13747a6
7 changed files with 16 additions and 16 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
/* InputQueue - Stores a list of the most recently pressed MenuInputs for each player. */
#ifndef INPUTQUEUE_H
#define INPUTQUEUE_H
#ifndef INPUT_QUEUE_H
#define INPUT_QUEUE_H
#include "GameConstantsAndTypes.h"
#include "GameInput.h"