diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-12-20 18:23:50 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-12-20 18:23:50 +0300 |
commit | a6d1f7f9abdedce7c03056408ed2172792abce53 (patch) | |
tree | 72f08877deade7b93e1386fc16d94b1a89f27c6b /src/imagesprite.h | |
parent | 5b0636a4bf89b22ec5e18fd41f9c9d122034b7a8 (diff) | |
download | plus-a6d1f7f9abdedce7c03056408ed2172792abce53.tar.gz plus-a6d1f7f9abdedce7c03056408ed2172792abce53.tar.bz2 plus-a6d1f7f9abdedce7c03056408ed2172792abce53.tar.xz plus-a6d1f7f9abdedce7c03056408ed2172792abce53.zip |
Move sprite.h into sprites directory.
Diffstat (limited to 'src/imagesprite.h')
-rw-r--r-- | src/imagesprite.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imagesprite.h b/src/imagesprite.h index 528b8c6ac..61defaa2f 100644 --- a/src/imagesprite.h +++ b/src/imagesprite.h @@ -22,7 +22,7 @@ #ifndef IMAGESPRITE_H #define IMAGESPRITE_H -#include "sprite.h" +#include "resources/sprite/sprite.h" #include "resources/image.h" |