part two of three re: Actors/

This commit is contained in:
AJ Kelly
2011-10-02 21:40:33 -05:00
parent e14b96cfbf
commit 264ba574fb
64 changed files with 67 additions and 67 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
#include "GameConstantsAndTypes.h"
#include "PlayerNumber.h"
#include "Sprite.h"
#include "Actors/ActorFrame.h"
#include "ActorFrame.h"
/** @brief A graphic displaying the state of memory cards. */
class MemoryCardDisplay : public ActorFrame
{