]> git.localhorst.tv Git - space.git/blobdiff - src/world/Universe.h
move to SDL2
[space.git] / src / world / Universe.h
index 740592690fb86935f68fccb92eaadd9527fcda1d..55b86f95122b3d51c2657ecce125bfcd6c20e865 100644 (file)
@@ -2,7 +2,7 @@
 #define SPACE_UNIVERSE_H_
 
 #include "../entity/Entity.h"
-#include "../math/Vector.h"
+#include "../graphics/Vector.h"
 
 #include <list>