diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-12-20 18:18:10 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-12-20 18:18:10 +0300 |
commit | 5b0636a4bf89b22ec5e18fd41f9c9d122034b7a8 (patch) | |
tree | e2e5c1146dc13cb5b0e363ae3674106b369db6ed /src/resources/beingcommon.cpp | |
parent | 444be435a9ac4da0a8bb5217700cebeaa0c7066c (diff) | |
download | plus-5b0636a4bf89b22ec5e18fd41f9c9d122034b7a8.tar.gz plus-5b0636a4bf89b22ec5e18fd41f9c9d122034b7a8.tar.bz2 plus-5b0636a4bf89b22ec5e18fd41f9c9d122034b7a8.tar.xz plus-5b0636a4bf89b22ec5e18fd41f9c9d122034b7a8.zip |
Move spritereference.h into sprite directory.
Diffstat (limited to 'src/resources/beingcommon.cpp')
-rw-r--r-- | src/resources/beingcommon.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/resources/beingcommon.cpp b/src/resources/beingcommon.cpp index 3025e658c..fcd51362b 100644 --- a/src/resources/beingcommon.cpp +++ b/src/resources/beingcommon.cpp @@ -28,7 +28,8 @@ #include "utils/files.h" #include "resources/beinginfo.h" -#include "resources/spritereference.h" + +#include "resources/sprite/spritereference.h" #include <algorithm> |