X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2Fmain.cpp;h=1ee05a5b0494cb53940c7f3f4f9fed7582a51547;hb=f0d67efd0a4269de425f6dad2e4e23dc869d3f91;hp=7fb429108fba3fcf71ce3a5790ce750c3b9e0234;hpb=c5dc3750efbc615b70917f19bb95cbd352cd00f6;p=lugaru.git diff --git a/Source/main.cpp b/Source/main.cpp index 7fb4291..1ee05a5 100644 --- a/Source/main.cpp +++ b/Source/main.cpp @@ -18,27 +18,27 @@ You should have received a copy of the GNU General Public License along with Lugaru. If not, see . */ +#include "Game.hpp" + +#include "Audio/openal_wrapper.hpp" +#include "Graphic/gamegl.hpp" +#include "MacCompatibility.hpp" +#include "User/Settings.hpp" + +#include +#include #include +#include #include #include -#include -#include #include -#include -#include "gamegl.h" -#include "MacCompatibility.h" -#include "Settings.h" - -#include "Game.h" using namespace Game; -#include "openal_wrapper.h" - #ifdef WIN32 -#include #include -#include "win-res/resource.h" +#include +#include "win-res/resource.hpp" #endif extern float multiplier; @@ -53,7 +53,8 @@ extern int mainmenu; extern float slomospeed; extern float slomofreq; -extern bool visibleloading; + +extern int difficulty; extern SDL_Window *sdlwindow;