From 010f829485d570afb66c630026504fec63f93cdd Mon Sep 17 00:00:00 2001 From: Joshua Rahm Date: Tue, 10 Dec 2013 19:19:26 -0700 Subject: Almost finished working commit --- Main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Main.cpp') diff --git a/Main.cpp b/Main.cpp index 1685244..869ac06 100644 --- a/Main.cpp +++ b/Main.cpp @@ -2,13 +2,13 @@ /* Include the class SloxApplication which * will be the base class for this */ +#include "glox/GloxCommon.hpp" #include "slox/SloxApplication.hpp" #include "slox/SloxTextureFactory.hpp" #include "slox/SloxRawEventHandler.hpp" #include "slox/events/SloxFunctionQuitListener.hpp" #include "glox/GloxViewport.hpp" -#include "glox/GloxCommon.hpp" #include "glox/GloxFirstPersonPerspective.hpp" #include "glox/objects/GloxTexturedCube.hpp" #include "glox/GloxColor.hpp" -- cgit