From b08a63790c0fbeacb3f96a74e3eb15abe8c70dab Mon Sep 17 00:00:00 2001 From: Piotr Dziwinski Date: Mon, 25 Jun 2012 19:59:17 +0200 Subject: SDL project - added (very basic) SDL template in CApplication and CEngine - split project into two targets: colobot_old (dependent on DirectX and WinAPI) and colobot_new (dependent on SDL and OpenGL) - moved sound.h/cpp to old/ and created new template in Snd namespace - added platform-independent dialog boxes in app/system.h/cpp --- src/object/robotmain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/object/robotmain.cpp') diff --git a/src/object/robotmain.cpp b/src/object/robotmain.cpp index a897349..902c1cb 100644 --- a/src/object/robotmain.cpp +++ b/src/object/robotmain.cpp @@ -69,7 +69,7 @@ #include "ui/edit.h" #include "ui/displaytext.h" #include "old/text.h" -#include "sound/sound.h" +#include "old/sound.h" #include "script/cbottoken.h" #include "script/cmdtoken.h" #include "object/mainmovie.h" -- cgit v1.2.3-1-g7c22