I hope Windows likes "/" versus "\".

This commit is contained in:
Jason Felds
2011-10-02 00:09:40 -04:00
parent 9cf2592a32
commit f9d12e1afe
62 changed files with 62 additions and 62 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
#include "GameConstantsAndTypes.h"
#include "PlayerNumber.h"
#include "Sprite.h"
#include "Actors\ActorFrame.h"
#include "Actors/ActorFrame.h"
/** @brief A graphic displaying the state of memory cards. */
class MemoryCardDisplay : public ActorFrame
{