diff options
Diffstat (limited to 'engines/kyra/script_lok.cpp')
| -rw-r--r-- | engines/kyra/script_lok.cpp | 10 | 
1 files changed, 2 insertions, 8 deletions
diff --git a/engines/kyra/script_lok.cpp b/engines/kyra/script_lok.cpp index a2bad8035e..2b90d001ca 100644 --- a/engines/kyra/script_lok.cpp +++ b/engines/kyra/script_lok.cpp @@ -18,17 +18,9 @@   * along with this program; if not, write to the Free Software   * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.   * - * $URL$ - * $Id$ - *   */ -#include "common/endian.h" -#include "common/system.h" -  #include "kyra/kyra_lok.h" -#include "kyra/script.h" -#include "kyra/screen.h"  #include "kyra/sprites.h"  #include "kyra/wsamovie.h"  #include "kyra/animator_lok.h" @@ -36,6 +28,8 @@  #include "kyra/timer.h"  #include "kyra/sound.h" +#include "common/system.h" +  namespace Kyra {  int KyraEngine_LoK::o1_magicInMouseItem(EMCState *script) {  | 
