X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FGlobals.cpp;h=485b60768276156927ceb2da53ed5d804a1f2d8d;hb=6cb245d6d347e0f610b2851d08273087fff9c0d0;hp=c5a336e6ce64b1b67bedfb4e3f25f82fecb01b21;hpb=afc437d91c5c31a6569349a118ace6876737889f;p=lugaru.git diff --git a/Source/Globals.cpp b/Source/Globals.cpp index c5a336e..485b607 100644 --- a/Source/Globals.cpp +++ b/Source/Globals.cpp @@ -18,23 +18,12 @@ You should have received a copy of the GNU General Public License along with Lugaru. If not, see . */ -#include "SDL.h" - -#include "gamegl.h" -#include "Quaternions.h" -#include "Lights.h" -#include "Animation/Animation.h" -#include "Animation/Skeleton.h" -#include "Terrain.h" -#include "Sprite.h" -#include "Frustum.h" -#include "Objects.h" -#include "Weapons.h" -#include "Person.h" -#include "ImageIO.h" -#include "openal_wrapper.h" -#include "Stereo.h" +#include "Graphic/Stereo.hpp" +#include "Math/Quaternions.hpp" +#include "Objects/Weapons.hpp" +#include +#include bool visibleloading = 0; @@ -148,7 +137,7 @@ float envsoundvol[30] = {0}; float envsoundlife[30] = {0}; int numenvsounds; -bool debugmode = false; +bool devtools = false; bool gamestarted = false;