summaryrefslogtreecommitdiff
path: root/src/resources
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources')
-rw-r--r--src/resources/beinginfo.h3
-rw-r--r--src/resources/iteminfo.h3
-rw-r--r--src/resources/sprite/spritedisplay.h (renamed from src/resources/spritedisplay.h)6
3 files changed, 7 insertions, 5 deletions
diff --git a/src/resources/beinginfo.h b/src/resources/beinginfo.h
index 6a84723a3..139c5e5c7 100644
--- a/src/resources/beinginfo.h
+++ b/src/resources/beinginfo.h
@@ -33,7 +33,8 @@
#include "resources/beingmenuitem.h"
#include "resources/cursor.h"
#include "resources/soundinfo.h"
-#include "resources/spritedisplay.h"
+
+#include "resources/sprite/spritedisplay.h"
struct Attack;
diff --git a/src/resources/iteminfo.h b/src/resources/iteminfo.h
index 6ab059d7c..12b1019c1 100644
--- a/src/resources/iteminfo.h
+++ b/src/resources/iteminfo.h
@@ -31,7 +31,8 @@
#include "resources/cursor.h"
#include "resources/itemtype.h"
#include "resources/soundinfo.h"
-#include "resources/spritedisplay.h"
+
+#include "resources/sprite/spritedisplay.h"
#include "utils/intmap.h"
diff --git a/src/resources/spritedisplay.h b/src/resources/sprite/spritedisplay.h
index edeee10c8..a3abcd928 100644
--- a/src/resources/spritedisplay.h
+++ b/src/resources/sprite/spritedisplay.h
@@ -20,8 +20,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef RESOURCES_SPRITEDISPLAY_H
-#define RESOURCES_SPRITEDISPLAY_H
+#ifndef RESOURCES_SPRITE_SPRITEDISPLAY_H
+#define RESOURCES_SPRITE_SPRITEDISPLAY_H
#include "utils/stringvector.h"
@@ -43,4 +43,4 @@ struct SpriteDisplay final
StringVect particles;
};
-#endif // RESOURCES_SPRITEDISPLAY_H
+#endif // RESOURCES_SPRITE_SPRITEDISPLAY_H