X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FGame.cpp;fp=Source%2FGame.cpp;h=e740aa607f7125da558cb120d91ee423b2dad051;hb=b84825978803615f45a9f128232e62431042aec0;hp=d05bb44a9d223fb2aff7deae0ba4b46cc671d29d;hpb=bdabd9d4a53be2fa9d90f900f7e5949d2f0ef75c;p=lugaru.git diff --git a/Source/Game.cpp b/Source/Game.cpp index d05bb44..e740aa6 100644 --- a/Source/Game.cpp +++ b/Source/Game.cpp @@ -18,10 +18,11 @@ 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.h" +#include "Audio/openal_wrapper.h" +#include "Level/Dialog.h" + extern int mainmenu;