Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated.
svn-id: r28966
This commit is contained in:
parent
a89694c0d6
commit
258901bab9
693 changed files with 16240 additions and 3908 deletions
|
@ -87,7 +87,7 @@ clean:
|
|||
.PHONY: all clean dist distclean plugins
|
||||
|
||||
# Old (dumb) compile & dependcy rules
|
||||
#INCS = scumm/scumm.h common/scummsys.h common/stdafx.h
|
||||
#INCS = scumm/scumm.h common/scummsys.h
|
||||
#.cpp.o:
|
||||
# $(CXX) $(CXXFLAGS) $(CPPFLAGS) -c $(<) -o $*.o
|
||||
#$(OBJS): $(INCS)
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
|
||||
#if !defined(DISABLE_DEFAULT_EVENTMANAGER)
|
||||
|
||||
#include "common/stdafx.h"
|
||||
#include "common/config-manager.h"
|
||||
#include "common/system.h"
|
||||
#include "backends/events/default/default-events.h"
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
#if !defined(BACKEND_EVENTS_DEFAULT_H) && !defined(DISABLE_DEFAULT_EVENTMANAGER)
|
||||
#define BACKEND_EVENTS_DEFAULT_H
|
||||
|
||||
#include "common/stdafx.h"
|
||||
#include "common/events.h"
|
||||
|
||||
/*
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
#ifndef ABSTRACT_FILESYSTEM_FACTORY_H
|
||||
#define ABSTRACT_FILESYSTEM_FACTORY_H
|
||||
|
||||
#include "common/stdafx.h"
|
||||
#include "common/str.h"
|
||||
#include "backends/fs/abstract-fs.h"
|
||||
|
||||
|
|
|
@ -35,8 +35,6 @@
|
|||
#include <strings.h>
|
||||
#endif
|
||||
|
||||
#include <common/stdafx.h>
|
||||
|
||||
#include "common/util.h"
|
||||
#include "engines/engine.h"
|
||||
#include "backends/fs/abstract-fs.h"
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
|
||||
#if defined(__DC__)
|
||||
|
||||
#include "common/stdafx.h"
|
||||
#include "backends/fs/abstract-fs.h"
|
||||
|
||||
#include <ronin/cdfs.h>
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "str.h"
|
||||
#include "common/util.h"
|
||||
//#include <NDS/ARM9/console.h> //basic print funcionality
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "backends/fs/abstract-fs.h"
|
||||
|
||||
#define MAX_PATH_SIZE 256
|
||||
|
|
|
@ -29,8 +29,6 @@
|
|||
#include <stdio.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
#include <common/stdafx.h>
|
||||
|
||||
#include "common/util.h"
|
||||
#include "base/engine.h"
|
||||
#include "backends/fs/abstract-fs.h"
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#include "PalmVersion.h"
|
||||
#include "globals.h"
|
||||
|
||||
#include "common/stdafx.h"
|
||||
#include "backends/fs/abstract-fs.h"
|
||||
|
||||
/**
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
|
||||
#if defined(UNIX)
|
||||
|
||||
#include "common/stdafx.h"
|
||||
#include "backends/fs/abstract-fs.h"
|
||||
|
||||
#ifdef MACOSX
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
*/
|
||||
|
||||
#if defined (__SYMBIAN32__)
|
||||
#include "common/stdafx.h"
|
||||
#include "backends/fs/abstract-fs.h"
|
||||
|
||||
#include <dirent.h>
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#ifdef _WIN32_WCE
|
||||
#include <windows.h>
|
||||
#endif
|
||||
#include "common/stdafx.h"
|
||||
#include "backends/fs/abstract-fs.h"
|
||||
#include <io.h>
|
||||
#include <stdio.h>
|
||||
|
|
|
@ -22,14 +22,12 @@
|
|||
* $Id$
|
||||
*/
|
||||
|
||||
#include "common/stdafx.h"
|
||||
#include "common/scummsys.h"
|
||||
|
||||
#if defined(UNIX) && defined(USE_ALSA)
|
||||
|
||||
#include "sound/mpu401.h"
|
||||
|
||||
#include "common/stdafx.h"
|
||||
#include "common/util.h"
|
||||
#include "common/config-manager.h"
|
||||
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
|
||||
#ifdef MACOSX
|
||||
|
||||
#include "common/stdafx.h"
|
||||
#include "common/config-manager.h"
|
||||
#include "common/util.h"
|
||||
#include "sound/mpu401.h"
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
|
||||
#ifdef MACOSX
|
||||
|
||||
#include "common/stdafx.h"
|
||||
#include "common/config-manager.h"
|
||||
#include "common/util.h"
|
||||
#include "sound/mpu401.h"
|
||||
|
|
|
@ -33,7 +33,6 @@
|
|||
#include <proto/dos.h>
|
||||
#include <proto/etude.h>
|
||||
|
||||
#include "common/stdafx.h"
|
||||
#include "common/endian.h"
|
||||
#include "sound/mpu401.h"
|
||||
#include "common/util.h"
|
||||
|
|
|
@ -30,7 +30,6 @@
|
|||
|
||||
#if defined(UNIX) && !defined(__BEOS__) && !defined(__MAEMO__)
|
||||
|
||||
#include "common/stdafx.h"
|
||||
#include "sound/mpu401.h"
|
||||
#include "common/util.h"
|
||||
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
|
||||
#include <windows.h>
|
||||
#include <mmsystem.h>
|
||||
#include "common/stdafx.h"
|
||||
#include "sound/mpu401.h"
|
||||
#include "common/util.h"
|
||||
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
* $Id$
|
||||
*/
|
||||
|
||||
#include "common/stdafx.h"
|
||||
#include "sound/mpu401.h"
|
||||
#include "common/util.h"
|
||||
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
* $Id$
|
||||
*/
|
||||
|
||||
#include "common/stdafx.h"
|
||||
#include "sound/mpu401.h"
|
||||
#include "common/util.h"
|
||||
|
||||
|
|
|
@ -29,7 +29,6 @@
|
|||
#include "PalmVersion.h"
|
||||
#include "globals.h"
|
||||
|
||||
#include "common/stdafx.h"
|
||||
#include "common/scummsys.h"
|
||||
#include "common/system.h"
|
||||
#include "common/events.h"
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
#ifndef BACKEND_SAVES_PALM_H
|
||||
#define BACKEND_SAVES_PALM_H
|
||||
|
||||
#include "common/stdafx.h"
|
||||
#include "saves/default/default-saves.h"
|
||||
|
||||
class PalmSaveFileManager : public DefaultSaveFileManager {
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/system.h"
|
||||
#include "common/config-manager.h"
|
||||
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
* $Id$
|
||||
*
|
||||
*/
|
||||
#include "common/stdafx.h"
|
||||
#include "common/system.h"
|
||||
#include "cd_default.h"
|
||||
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
*
|
||||
*/
|
||||
#include <SonyClie.h>
|
||||
#include "common/stdafx.h"
|
||||
#include "common/system.h"
|
||||
#include "cd_msa.h"
|
||||
#include "start.h" // for appFileCreat
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
* $Id$
|
||||
*
|
||||
*/
|
||||
#include "common/stdafx.h"
|
||||
#include "common/system.h"
|
||||
#include "common/config-manager.h"
|
||||
|
||||
|
|
|
@ -32,7 +32,6 @@
|
|||
#include "scumm_globals.h"
|
||||
#include "globals.h"
|
||||
|
||||
#include "common/stdafx.h"
|
||||
#include "base/version.h"
|
||||
|
||||
#include "formEditGame.h"
|
||||
|
|
|
@ -36,7 +36,6 @@
|
|||
//#include <AdnDebugMgr.h>
|
||||
//#define DEBUG_ARM
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "base/main.h"
|
||||
#ifdef COMPILE_ZODIAC
|
||||
# include "be_zodiac.h"
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include <common/stdafx.h>
|
||||
#include <common/scummsys.h>
|
||||
#include "engines/engine.h"
|
||||
#include "sound/mixer.h"
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include <common/stdafx.h>
|
||||
#include <ronin/ronin.h>
|
||||
#include <string.h>
|
||||
#include <stdarg.h>
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include <common/stdafx.h>
|
||||
#include <common/scummsys.h>
|
||||
#include <engines/engine.h>
|
||||
#include <base/main.h>
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
|
||||
#define RONIN_TIMER_ACCESS
|
||||
|
||||
#include <common/stdafx.h>
|
||||
#include <common/scummsys.h>
|
||||
#include <graphics/scaler/intern.h>
|
||||
#include <graphics/surface.h>
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
|
||||
#define RONIN_TIMER_ACCESS
|
||||
|
||||
#include <common/stdafx.h>
|
||||
#include <common/scummsys.h>
|
||||
#include <common/events.h>
|
||||
#include "dc.h"
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include <common/stdafx.h>
|
||||
#include <common/scummsys.h>
|
||||
#include <engines/engine.h>
|
||||
#include <base/plugins.h>
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include <common/stdafx.h>
|
||||
#include <common/scummsys.h>
|
||||
#include "common/events.h"
|
||||
#include "engines/engine.h"
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
|
||||
#define RONIN_TIMER_ACCESS
|
||||
|
||||
#include <common/stdafx.h>
|
||||
#include <common/scummsys.h>
|
||||
#include "dc.h"
|
||||
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include <common/stdafx.h>
|
||||
#include <common/scummsys.h>
|
||||
#include "engines/engine.h"
|
||||
#include "dc.h"
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "blitters.h"
|
||||
#define CHARSET_MASK_TRANSPARENCY 253
|
||||
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "cdaudio.h"
|
||||
#include "ds-fs.h"
|
||||
#include "config-manager.h"
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
#define _DSMAIN_H
|
||||
|
||||
#include <nds.h>
|
||||
#include "stdafx.h"
|
||||
#include "osystem_ds.h"
|
||||
#include "scummconsole.h"
|
||||
#include "NDS/scummvm_ipc.h"
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
#ifndef _DSOPTIONS_H_
|
||||
#define _DSOPTIONS_H_
|
||||
|
||||
#include "stdafx.h"
|
||||
|
||||
#include "common/scummsys.h"
|
||||
#include "common/str.h"
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
#ifndef _GBAMPSAVE_H_
|
||||
#define _GBAMPSAVE_H_
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "system.h"
|
||||
|
||||
#define SAVE_BUFFER_SIZE 100000
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/scummsys.h"
|
||||
#include "common/system.h"
|
||||
#include "system.h"
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include <string.h>
|
||||
#include "nds/dma.h"
|
||||
#include "osystem_ds.h"
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
*
|
||||
*/
|
||||
// Save in order 1,2,3,4,larger 2,5
|
||||
#include "stdafx.h"
|
||||
#include "system.h"
|
||||
#include "ramsave.h"
|
||||
#include "nds.h"
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "scummhelp.h"
|
||||
|
||||
#define ADD_BIND(k,d) do { key[i] = k; dsc[i] = d; i++; } while (0)
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "zipreader.h"
|
||||
|
||||
#define SWAP_U16(v) (((v & 0xFF) << 8) + (v & 0xFF00))
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
|
||||
#ifndef _ZIPREADER_H_
|
||||
#define _ZIPREADER_H_
|
||||
#include "stdafx.h"
|
||||
#include "portdefs.h"
|
||||
#define ZF_SEARCH_START 0x08000000
|
||||
#define ZF_SEARCH_END 0x09000000
|
||||
|
|
|
@ -29,7 +29,6 @@
|
|||
#define __GP2X__
|
||||
#define USE_OSD
|
||||
|
||||
#include "common/stdafx.h"
|
||||
#include "common/scummsys.h"
|
||||
#include "common/system.h"
|
||||
#include "graphics/scaler.h"
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/scummsys.h"
|
||||
#include "common/file.h"
|
||||
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
#ifndef __GP32_LAUNCHER_H
|
||||
#define __GP32_LAUNCHER_H
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/scummsys.h"
|
||||
|
||||
extern void readConfigVars();
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/scummsys.h"
|
||||
|
||||
#include "common/config-manager.h"
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/scummsys.h"
|
||||
#include "common/system.h"
|
||||
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#define GP32_OSYS_H
|
||||
|
||||
//Standard ScummVM includes.
|
||||
#include "common/stdafx.h"
|
||||
#include "common/scummsys.h"
|
||||
#include "common/system.h"
|
||||
#include "backends/intern.h"
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/scummsys.h"
|
||||
//#include "graphics/scaler.h"
|
||||
#include "common/system.h"
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/scummsys.h"
|
||||
//#include "graphics/scaler.h"
|
||||
#include "common/system.h"
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/scummsys.h"
|
||||
#include "common/system.h"
|
||||
#include "backends/intern.h"
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/scummsys.h"
|
||||
|
||||
#include "gp32std.h"
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
#ifndef __GP32STD_INPUT_H
|
||||
#define __GP32STD_INPUT_H
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/scummsys.h"
|
||||
|
||||
#define BUTTON_DOWN 1
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/scummsys.h"
|
||||
//#include "graphics/scaler.h"
|
||||
#include "common/system.h"
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/scummsys.h"
|
||||
|
||||
#include "gp32std.h"
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "common/stdafx.h"
|
||||
#include "backends/platform/maemo/maemo-sdl.h"
|
||||
|
||||
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
#ifndef MAEMO_SDL_H
|
||||
#define MAEMO_SDL_H
|
||||
|
||||
#include "common/stdafx.h"
|
||||
#include "backends/platform/sdl/sdl-common.h"
|
||||
|
||||
//#include "CEkeys.h"
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include <common/stdafx.h>
|
||||
#include <common/scummsys.h>
|
||||
#include <X11/Xlib.h>
|
||||
#include <X11/extensions/Xsp.h>
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "common/stdafx.h"
|
||||
#include "common/system.h"
|
||||
#include "base/main.h"
|
||||
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "common/stdafx.h"
|
||||
#include <kernel.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
#ifndef SYSTEMPS2_H
|
||||
#define SYSTEMPS2_H
|
||||
|
||||
#include "common/stdafx.h"
|
||||
#include "common/system.h"
|
||||
|
||||
class Gs2dScreen;
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "common/stdafx.h"
|
||||
#include "common/config-manager.h"
|
||||
#include "common/events.h"
|
||||
#include "common/rect.h"
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "common/stdafx.h"
|
||||
#include "common/scummsys.h"
|
||||
#include "common/system.h"
|
||||
#include "backends/intern.h"
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
*/
|
||||
|
||||
#include <pspgu.h>
|
||||
#include "common/stdafx.h"
|
||||
#include "common/scummsys.h"
|
||||
|
||||
#include "common/rect.h"
|
||||
|
|
|
@ -31,7 +31,6 @@
|
|||
#include <pspdebug.h>
|
||||
#endif
|
||||
|
||||
#include <common/stdafx.h>
|
||||
#include <common/system.h>
|
||||
#include <engines/engine.h>
|
||||
#include <base/main.h>
|
||||
|
|
|
@ -28,7 +28,6 @@
|
|||
|
||||
#include <SDL.h>
|
||||
|
||||
#include "common/stdafx.h"
|
||||
#include "common/scummsys.h"
|
||||
#include "common/system.h"
|
||||
#include "graphics/scaler.h"
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "common/stdafx.h"
|
||||
#include "backends/platform/symbian/src/SymbianActions.h"
|
||||
|
||||
#include "gui/message.h"
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
#ifndef SYMBIANACTIONS_H
|
||||
#define SYMBIANACTIONS_H
|
||||
|
||||
#include "common/stdafx.h"
|
||||
#include "common/scummsys.h"
|
||||
#include "common/system.h"
|
||||
#include "gui/Key.h"
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "common/stdafx.h"
|
||||
#include "CEActionsPocket.h"
|
||||
#include "EventsBuffer.h"
|
||||
#include "gui/message.h"
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
#ifndef CEACTIONSPOCKET
|
||||
#define CEACTIONSPOCKET
|
||||
|
||||
#include "common/stdafx.h"
|
||||
#include "common/scummsys.h"
|
||||
#include "common/system.h"
|
||||
#include "wince-sdl.h"
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "common/stdafx.h"
|
||||
#include "CEActionsSmartphone.h"
|
||||
#include "EventsBuffer.h"
|
||||
#include "gui/message.h"
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
#ifndef CEACTIONSSMARTPHONE
|
||||
#define CEACTIONSSMARTPHONE
|
||||
|
||||
#include "common/stdafx.h"
|
||||
#include "common/scummsys.h"
|
||||
#include "common/system.h"
|
||||
#include "wince-sdl.h"
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "common/stdafx.h"
|
||||
#include "CEDevice.h"
|
||||
|
||||
#include <SDL.h>
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
#ifndef CEDEVICE
|
||||
#define CEDEVICE
|
||||
|
||||
#include "common/stdafx.h"
|
||||
#include "common/scummsys.h"
|
||||
#include "common/system.h"
|
||||
#include "common/str.h"
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "common/stdafx.h"
|
||||
|
||||
#include "wince-sdl.h"
|
||||
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
*
|
||||
*/
|
||||
#include "graphics/scaler/intern.h"
|
||||
#include "common/stdafx.h"
|
||||
#include "CEScaler.h"
|
||||
|
||||
int redblueMasks[] = { 0x7C1F, 0xF81F };
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
#ifndef CESCALER
|
||||
#define CESCALER
|
||||
|
||||
#include "common/stdafx.h"
|
||||
#include "common/scummsys.h"
|
||||
#include "common/system.h"
|
||||
#include "graphics/scaler.h"
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "common/stdafx.h"
|
||||
#include "Toolbar.h"
|
||||
|
||||
#include "SDL_ImageResource.h"
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
#ifndef CEGUI_GUIELEMENT
|
||||
#define CEGUI_GUIELEMENT
|
||||
|
||||
#include "common/stdafx.h"
|
||||
#include "common/scummsys.h"
|
||||
#include "common/system.h"
|
||||
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "common/stdafx.h"
|
||||
#include "ItemAction.h"
|
||||
|
||||
namespace CEGUI {
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
#ifndef CEGUI_ITEMACTION
|
||||
#define CEGUI_ITEMACTION
|
||||
|
||||
#include "common/stdafx.h"
|
||||
#include "common/scummsys.h"
|
||||
#include "common/system.h"
|
||||
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "common/stdafx.h"
|
||||
#include "ItemSwitch.h"
|
||||
|
||||
namespace CEGUI {
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
#ifndef CEGUI_ITEMSWITCH
|
||||
#define CEGUI_ITEMSWITCH
|
||||
|
||||
#include "common/stdafx.h"
|
||||
#include "common/scummsys.h"
|
||||
#include "common/system.h"
|
||||
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "common/stdafx.h"
|
||||
#include "Panel.h"
|
||||
|
||||
namespace CEGUI {
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
#ifndef CEGUI_PANEL
|
||||
#define CEGUI_PANEL
|
||||
|
||||
#include "common/stdafx.h"
|
||||
#include "common/scummsys.h"
|
||||
#include "common/system.h"
|
||||
#include "common/hashmap.h"
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "common/stdafx.h"
|
||||
#include "PanelItem.h"
|
||||
|
||||
namespace CEGUI {
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
#ifndef CEGUI_PANELITEM
|
||||
#define CEGUI_PANELITEM
|
||||
|
||||
#include "common/stdafx.h"
|
||||
#include "common/scummsys.h"
|
||||
#include "common/system.h"
|
||||
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "common/stdafx.h"
|
||||
#include "PanelKeyboard.h"
|
||||
|
||||
namespace CEGUI {
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
#ifndef CEGUI_PANELKEYBOARD
|
||||
#define CEGUI_PANELKEYBOARD
|
||||
|
||||
#include "common/stdafx.h"
|
||||
#include "common/scummsys.h"
|
||||
#include "common/system.h"
|
||||
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "common/stdafx.h"
|
||||
#include "SDL_ImageResource.h"
|
||||
|
||||
namespace CEGUI {
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
#ifndef CEGUI_SDL_IMAGERESOURCE
|
||||
#define CEGUI_SDL_IMAGERESOURCE
|
||||
|
||||
#include "common/stdafx.h"
|
||||
#include "common/scummsys.h"
|
||||
#include "common/system.h"
|
||||
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "common/stdafx.h"
|
||||
#include "Toolbar.h"
|
||||
|
||||
namespace CEGUI {
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
#ifndef CEGUI_TOOLBAR
|
||||
#define CEGUI_TOOLBAR
|
||||
|
||||
#include "common/stdafx.h"
|
||||
#include "common/scummsys.h"
|
||||
#include "common/system.h"
|
||||
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue