diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/being.cpp | 1 | ||||
-rw-r--r-- | src/resources/image.cpp | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/src/being.cpp b/src/being.cpp index 422f8d83..6e026a6b 100644 --- a/src/being.cpp +++ b/src/being.cpp @@ -140,6 +140,7 @@ void Being::clearPath() { path = NULL; } + void Being::setPath(PATH_NODE *path) { clearPath(); diff --git a/src/resources/image.cpp b/src/resources/image.cpp index 5d818e0e..eca4b42f 100644 --- a/src/resources/image.cpp +++ b/src/resources/image.cpp @@ -21,11 +21,11 @@ * $Id$ */ -#include "../log.h" +#include "../graphic/graphic.h" #include "image.h" +#include "../log.h" #include <iostream> #include <SDL_image.h> -#include "../graphic/graphic.h" #include "resourcemanager.h" #ifndef USE_OPENGL |