mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-12 03:56:20 +00:00
Fixed PalmOS compilation
svn-id: r32223
This commit is contained in:
parent
69594a118e
commit
1b69c18b56
@ -2,6 +2,6 @@
|
||||
#define PREFIX_H
|
||||
|
||||
#include "native_common.h"
|
||||
#define ENABLE_KYRA
|
||||
#define ENABLE_KYRA STATIC_PLUGIN
|
||||
|
||||
#endif
|
||||
|
@ -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
|
||||
|
||||
|
@ -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 {
|
||||
|
@ -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) {
|
||||
|
@ -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 {
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user