Fixed PalmOS compilation

svn-id: r32223
This commit is contained in:
Chris Apers 2008-05-23 11:13:15 +00:00
parent 69594a118e
commit 1b69c18b56
6 changed files with 9 additions and 11 deletions

View File

@ -2,6 +2,6 @@
#define PREFIX_H
#include "native_common.h"
#define ENABLE_KYRA
#define ENABLE_KYRA STATIC_PLUGIN
#endif

View File

@ -2,7 +2,7 @@
#define PREFIX_H
#include "native_common.h"
#define ENABLE_SWORD1
#define ENABLE_SWORD1 STATIC_PLUGIN
#define USE_MPEG2
#define USE_VORBIS

View File

@ -23,7 +23,7 @@
*
*/
#include <time.h> // for AGOSEngine::getTime()
#include "common/config-manager.h"
#include "common/file.h"
@ -38,8 +38,6 @@
#include "sound/mididrv.h"
#include "sound/mods/protracker.h"
#include <time.h> // for AGOSEngine::getTime()
using Common::File;
namespace AGOS {

View File

@ -23,6 +23,8 @@
*
*/
#include <time.h> // FIXME: for Inter::renewTimeInVars()
#include "common/endian.h"
#include "gob/gob.h"
@ -35,8 +37,6 @@
#include "gob/scenery.h"
#include "gob/sound/sound.h"
#include <time.h> // FIXME: for Inter::renewTimeInVars()
namespace Gob {
Inter::Inter(GobEngine *vm) : _vm(vm) {

View File

@ -23,6 +23,8 @@
*
*/
#include <time.h> // for ScummEngine::saveInfos / ScummEngine::loadInfos
#include "common/config-manager.h"
#include "common/savefile.h"
#include "common/system.h"
@ -44,8 +46,6 @@
#include "sound/audiocd.h"
#include "sound/mixer.h"
#include <time.h> // for ScummEngine::saveInfos / ScummEngine::loadInfos
namespace Scumm {
struct SaveGameHeader {

View File

@ -23,6 +23,8 @@
*
*/
#include <time.h> // for ScummEngine_v6::o6_getDateTime()
#include "common/config-manager.h"
#include "common/system.h"
@ -44,8 +46,6 @@
#include "sound/mididrv.h"
#include "sound/mixer.h"
#include <time.h> // for ScummEngine_v6::o6_getDateTime()
namespace Scumm {
#define OPCODE(x) _OPCODE(ScummEngine_v6, x)