]> git.localhorst.tv Git - space.git/blobdiff - src/entity/Entity.h
move to SDL2
[space.git] / src / entity / Entity.h
index 9fd2dff483f06a62a4467b254e62dde7890c40a5..eb95331e4cf48d130932d26fbe06adff5a79ad02 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef SPACE_ENTITY_H_
 #define SPACE_ENTITY_H_
 
-#include "../math/Vector.h"
+#include "../graphics/Vector.h"
 
 
 namespace space {