mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-05 00:36:57 +00:00
Compile fixes
svn-id: r4944
This commit is contained in:
parent
9ce78dd66e
commit
37d7a52c47
@ -22,7 +22,7 @@
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "scumm.h"
|
||||
#include "scumm/scumm.h"
|
||||
|
||||
#include <exec/types.h>
|
||||
#include <exec/memory.h>
|
||||
|
@ -24,6 +24,7 @@
|
||||
#ifndef MORPHOS_MORPHOS_H
|
||||
#define MORPHOS_MORPHOS_H
|
||||
|
||||
#include <dos/dosextens.h>
|
||||
#include <graphics/regions.h>
|
||||
#include <intuition/intuition.h>
|
||||
#include <intuition/screens.h>
|
||||
|
@ -19,7 +19,7 @@
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "scumm.h"
|
||||
#include "engine.h"
|
||||
|
||||
#include <exec/types.h>
|
||||
#include <cybergraphics/cybergraphics.h>
|
||||
|
@ -22,7 +22,7 @@
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "scumm.h"
|
||||
#include "engine.h"
|
||||
|
||||
#include <dos/dos.h>
|
||||
#include <exec/memory.h>
|
||||
|
@ -35,7 +35,7 @@
|
||||
#include <proto/icon.h>
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "scumm.h"
|
||||
#include "scumm/scumm.h"
|
||||
#include "morphos.h"
|
||||
#include "morphos_scaler.h"
|
||||
#include "morphos_sound.h"
|
||||
|
@ -19,7 +19,7 @@
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "scumm.h"
|
||||
#include "engine.h"
|
||||
|
||||
#include <exec/memory.h>
|
||||
#include <exec/semaphores.h>
|
||||
|
Loading…
Reference in New Issue
Block a user