X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FGame.cpp;h=76455fb7a55fb9258f078f3a87aa7369c0044f4c;hb=49ea6d235bc50a009a4e2eee282010a685867d34;hp=d05bb44a9d223fb2aff7deae0ba4b46cc671d29d;hpb=3de67c0db8c3c74f5fb487579936a07770d253a1;p=lugaru.git diff --git a/Source/Game.cpp b/Source/Game.cpp index d05bb44..76455fb 100644 --- a/Source/Game.cpp +++ b/Source/Game.cpp @@ -18,10 +18,12 @@ You should have received a copy of the GNU General Public License along with Lugaru. If not, see . */ -#include "Game.h" -#include "openal_wrapper.h" -#include "SDL_thread.h" -#include "Dialog.h" +#include "Game.hpp" + +#include "Audio/openal_wrapper.hpp" +#include "Level/Dialog.hpp" + +#include extern int mainmenu;