OSDN Git Service

Fix header files.
authorDeskull <deskull@users.sourceforge.jp>
Sun, 13 Apr 2014 12:10:10 +0000 (21:10 +0900)
committerDeskull <deskull@users.sourceforge.jp>
Sun, 13 Apr 2014 12:10:10 +0000 (21:10 +0900)
Deeangband/Authority.h
Deeangband/Building.h
Deeangband/Camp.h
Deeangband/CreatureTrait.h

index 4e5ce79..f79d650 100644 (file)
@@ -9,8 +9,8 @@
 #pragma once
 
 #include "stdafx.h"
-#include "CreatureTemplate.h"
 #include "Deeangband.h"
+#include "CreatureTemplate.h"
 
 namespace Deeangband
 {
index 22f4531..33fc9da 100644 (file)
@@ -9,7 +9,8 @@
 #pragma once
 
 #include "stdafx.h"
-#include "CreatureTemplate.h"
+#include "Deeangband.h"
+#include "GameElement.h"
 
 namespace Deeangband
 {
index 7755b53..388ebc9 100644 (file)
@@ -9,6 +9,7 @@
 #pragma once
 
 #include "stdafx.h"
+#include "Deeangband.h"
 #include "GameElement.h"
 
 namespace Deeangband
index b921873..e77be9e 100644 (file)
@@ -11,7 +11,6 @@
 #include "stdafx.h"
 #include "Deeangband.h"
 #include "CreatureTemplate.h"
-#include "GameElement.h"
 
 namespace Deeangband
 {