]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Globals.cpp
Rename all C++ headers with .hpp extension
[lugaru.git] / Source / Globals.cpp
index 66c6c9bc6a37781e244c9a52ee62c5d4dedec902..485b60768276156927ceb2da53ed5d804a1f2d8d 100644 (file)
@@ -18,14 +18,13 @@ You should have received a copy of the GNU General Public License
 along with Lugaru.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "SDL.h"
+#include "Graphic/Stereo.hpp"
+#include "Math/Quaternions.hpp"
+#include "Objects/Weapons.hpp"
 
+#include <SDL.h>
 #include <string>
 
-#include "Graphic/Stereo.h"
-#include "Math/Quaternions.h"
-#include "Objects/Weapons.h"
-
 bool visibleloading = 0;
 
 float volume = 0;