diff options
Diffstat (limited to 'sons_of_sol')
| -rw-r--r-- | sons_of_sol/private_db/PlayerShip.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sons_of_sol/private_db/PlayerShip.cpp b/sons_of_sol/private_db/PlayerShip.cpp index 6e2fb23..4161f79 100644 --- a/sons_of_sol/private_db/PlayerShip.cpp +++ b/sons_of_sol/private_db/PlayerShip.cpp @@ -1,7 +1,8 @@ +#include "glox/GloxCommon.hpp" + #include "sons_of_sol/PlayerShip.hpp" #include "glox/GloxColor.hpp" -#include "glox/GloxCommon.hpp" using namespace glox; using namespace std; |