Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated.

svn-id: r28966
This commit is contained in:
Nicola Mettifogo 2007-09-19 08:40:12 +00:00
parent a89694c0d6
commit 258901bab9
693 changed files with 16240 additions and 3908 deletions

View file

@ -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)

View file

@ -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"

View file

@ -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"
/*

View file

@ -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"

View file

@ -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"

View file

@ -24,7 +24,6 @@
#if defined(__DC__)
#include "common/stdafx.h"
#include "backends/fs/abstract-fs.h"
#include <ronin/cdfs.h>

View file

@ -20,7 +20,6 @@
*
*/
#include "stdafx.h"
#include "str.h"
#include "common/util.h"
//#include <NDS/ARM9/console.h> //basic print funcionality

View file

@ -23,7 +23,6 @@
*
*/
#include "stdafx.h"
#include "backends/fs/abstract-fs.h"
#define MAX_PATH_SIZE 256

View file

@ -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"

View file

@ -27,7 +27,6 @@
#include "PalmVersion.h"
#include "globals.h"
#include "common/stdafx.h"
#include "backends/fs/abstract-fs.h"
/**

View file

@ -24,7 +24,6 @@
#if defined(UNIX)
#include "common/stdafx.h"
#include "backends/fs/abstract-fs.h"
#ifdef MACOSX

View file

@ -23,7 +23,6 @@
*/
#if defined (__SYMBIAN32__)
#include "common/stdafx.h"
#include "backends/fs/abstract-fs.h"
#include <dirent.h>

View file

@ -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>

View file

@ -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"

View file

@ -24,7 +24,6 @@
#ifdef MACOSX
#include "common/stdafx.h"
#include "common/config-manager.h"
#include "common/util.h"
#include "sound/mpu401.h"

View file

@ -24,7 +24,6 @@
#ifdef MACOSX
#include "common/stdafx.h"
#include "common/config-manager.h"
#include "common/util.h"
#include "sound/mpu401.h"

View file

@ -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"

View file

@ -30,7 +30,6 @@
#if defined(UNIX) && !defined(__BEOS__) && !defined(__MAEMO__)
#include "common/stdafx.h"
#include "sound/mpu401.h"
#include "common/util.h"

View file

@ -27,7 +27,6 @@
#include <windows.h>
#include <mmsystem.h>
#include "common/stdafx.h"
#include "sound/mpu401.h"
#include "common/util.h"

View file

@ -22,7 +22,6 @@
* $Id$
*/
#include "common/stdafx.h"
#include "sound/mpu401.h"
#include "common/util.h"

View file

@ -22,7 +22,6 @@
* $Id$
*/
#include "common/stdafx.h"
#include "sound/mpu401.h"
#include "common/util.h"

View file

@ -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"

View file

@ -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 {

View file

@ -23,7 +23,6 @@
*
*/
#include "stdafx.h"
#include "common/system.h"
#include "common/config-manager.h"

View file

@ -22,7 +22,6 @@
* $Id$
*
*/
#include "common/stdafx.h"
#include "common/system.h"
#include "cd_default.h"

View file

@ -23,7 +23,6 @@
*
*/
#include <SonyClie.h>
#include "common/stdafx.h"
#include "common/system.h"
#include "cd_msa.h"
#include "start.h" // for appFileCreat

View file

@ -22,7 +22,6 @@
* $Id$
*
*/
#include "common/stdafx.h"
#include "common/system.h"
#include "common/config-manager.h"

View file

@ -32,7 +32,6 @@
#include "scumm_globals.h"
#include "globals.h"
#include "common/stdafx.h"
#include "base/version.h"
#include "formEditGame.h"

View file

@ -36,7 +36,6 @@
//#include <AdnDebugMgr.h>
//#define DEBUG_ARM
#include "stdafx.h"
#include "base/main.h"
#ifdef COMPILE_ZODIAC
# include "be_zodiac.h"

View file

@ -23,7 +23,6 @@
*
*/
#include <common/stdafx.h>
#include <common/scummsys.h>
#include "engines/engine.h"
#include "sound/mixer.h"

View file

@ -23,7 +23,6 @@
*
*/
#include <common/stdafx.h>
#include <ronin/ronin.h>
#include <string.h>
#include <stdarg.h>

View file

@ -23,7 +23,6 @@
*
*/
#include <common/stdafx.h>
#include <common/scummsys.h>
#include <engines/engine.h>
#include <base/main.h>

View file

@ -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>

View file

@ -25,7 +25,6 @@
#define RONIN_TIMER_ACCESS
#include <common/stdafx.h>
#include <common/scummsys.h>
#include <common/events.h>
#include "dc.h"

View file

@ -23,7 +23,6 @@
*
*/
#include <common/stdafx.h>
#include <common/scummsys.h>
#include <engines/engine.h>
#include <base/plugins.h>

View file

@ -23,7 +23,6 @@
*
*/
#include <common/stdafx.h>
#include <common/scummsys.h>
#include "common/events.h"
#include "engines/engine.h"

View file

@ -25,7 +25,6 @@
#define RONIN_TIMER_ACCESS
#include <common/stdafx.h>
#include <common/scummsys.h>
#include "dc.h"

View file

@ -23,7 +23,6 @@
*
*/
#include <common/stdafx.h>
#include <common/scummsys.h>
#include "engines/engine.h"
#include "dc.h"

View file

@ -20,7 +20,6 @@
*
*/
#include "stdafx.h"
#include "blitters.h"
#define CHARSET_MASK_TRANSPARENCY 253

View file

@ -20,7 +20,6 @@
*
*/
#include "stdafx.h"
#include "cdaudio.h"
#include "ds-fs.h"
#include "config-manager.h"

View file

@ -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"

View file

@ -23,7 +23,6 @@
#ifndef _DSOPTIONS_H_
#define _DSOPTIONS_H_
#include "stdafx.h"
#include "common/scummsys.h"
#include "common/str.h"

View file

@ -23,7 +23,6 @@
#ifndef _GBAMPSAVE_H_
#define _GBAMPSAVE_H_
#include "stdafx.h"
#include "system.h"
#define SAVE_BUFFER_SIZE 100000

View file

@ -20,7 +20,6 @@
*/
#include "stdafx.h"
#include "common/scummsys.h"
#include "common/system.h"
#include "system.h"

View file

@ -20,7 +20,6 @@
*
*/
#include "stdafx.h"
#include <string.h>
#include "nds/dma.h"
#include "osystem_ds.h"

View file

@ -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"

View file

@ -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)

View file

@ -21,7 +21,6 @@
*/
#include "stdafx.h"
#include "zipreader.h"
#define SWAP_U16(v) (((v & 0xFF) << 8) + (v & 0xFF00))

View file

@ -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

View file

@ -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"

View file

@ -23,7 +23,6 @@
*
*/
#include "stdafx.h"
#include "common/scummsys.h"
#include "common/file.h"

View file

@ -26,7 +26,6 @@
#ifndef __GP32_LAUNCHER_H
#define __GP32_LAUNCHER_H
#include "stdafx.h"
#include "common/scummsys.h"
extern void readConfigVars();

View file

@ -23,7 +23,6 @@
*
*/
#include "stdafx.h"
#include "common/scummsys.h"
#include "common/config-manager.h"

View file

@ -23,7 +23,6 @@
*
*/
#include "stdafx.h"
#include "common/scummsys.h"
#include "common/system.h"

View file

@ -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"

View file

@ -23,7 +23,6 @@
*
*/
#include "stdafx.h"
#include "common/scummsys.h"
//#include "graphics/scaler.h"
#include "common/system.h"

View file

@ -24,7 +24,6 @@
*/
#include "stdafx.h"
#include "common/scummsys.h"
//#include "graphics/scaler.h"
#include "common/system.h"

View file

@ -23,7 +23,6 @@
*
*/
#include "stdafx.h"
#include "common/scummsys.h"
#include "common/system.h"
#include "backends/intern.h"

View file

@ -23,7 +23,6 @@
*
*/
#include "stdafx.h"
#include "common/scummsys.h"
#include "gp32std.h"

View file

@ -26,7 +26,6 @@
#ifndef __GP32STD_INPUT_H
#define __GP32STD_INPUT_H
#include "stdafx.h"
#include "common/scummsys.h"
#define BUTTON_DOWN 1

View file

@ -23,7 +23,6 @@
*
*/
#include "stdafx.h"
#include "common/scummsys.h"
//#include "graphics/scaler.h"
#include "common/system.h"

View file

@ -23,7 +23,6 @@
*
*/
#include "stdafx.h"
#include "common/scummsys.h"
#include "gp32std.h"

View file

@ -23,7 +23,6 @@
*
*/
#include "common/stdafx.h"
#include "backends/platform/maemo/maemo-sdl.h"

View file

@ -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"

View file

@ -23,7 +23,6 @@
*
*/
#include <common/stdafx.h>
#include <common/scummsys.h>
#include <X11/Xlib.h>
#include <X11/extensions/Xsp.h>

View file

@ -23,7 +23,6 @@
*
*/
#include "common/stdafx.h"
#include "common/system.h"
#include "base/main.h"

View file

@ -23,7 +23,6 @@
*
*/
#include "common/stdafx.h"
#include <kernel.h>
#include <stdio.h>
#include <stdlib.h>

View file

@ -26,7 +26,6 @@
#ifndef SYSTEMPS2_H
#define SYSTEMPS2_H
#include "common/stdafx.h"
#include "common/system.h"
class Gs2dScreen;

View file

@ -23,7 +23,6 @@
*
*/
#include "common/stdafx.h"
#include "common/config-manager.h"
#include "common/events.h"
#include "common/rect.h"

View file

@ -23,7 +23,6 @@
*
*/
#include "common/stdafx.h"
#include "common/scummsys.h"
#include "common/system.h"
#include "backends/intern.h"

View file

@ -22,7 +22,6 @@
*/
#include <pspgu.h>
#include "common/stdafx.h"
#include "common/scummsys.h"
#include "common/rect.h"

View file

@ -31,7 +31,6 @@
#include <pspdebug.h>
#endif
#include <common/stdafx.h>
#include <common/system.h>
#include <engines/engine.h>
#include <base/main.h>

View file

@ -28,7 +28,6 @@
#include <SDL.h>
#include "common/stdafx.h"
#include "common/scummsys.h"
#include "common/system.h"
#include "graphics/scaler.h"

View file

@ -23,7 +23,6 @@
*
*/
#include "common/stdafx.h"
#include "backends/platform/symbian/src/SymbianActions.h"
#include "gui/message.h"

View file

@ -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"

View file

@ -24,7 +24,6 @@
*/
#include "common/stdafx.h"
#include "CEActionsPocket.h"
#include "EventsBuffer.h"
#include "gui/message.h"

View file

@ -26,7 +26,6 @@
#ifndef CEACTIONSPOCKET
#define CEACTIONSPOCKET
#include "common/stdafx.h"
#include "common/scummsys.h"
#include "common/system.h"
#include "wince-sdl.h"

View file

@ -23,7 +23,6 @@
*
*/
#include "common/stdafx.h"
#include "CEActionsSmartphone.h"
#include "EventsBuffer.h"
#include "gui/message.h"

View file

@ -26,7 +26,6 @@
#ifndef CEACTIONSSMARTPHONE
#define CEACTIONSSMARTPHONE
#include "common/stdafx.h"
#include "common/scummsys.h"
#include "common/system.h"
#include "wince-sdl.h"

View file

@ -23,7 +23,6 @@
*
*/
#include "common/stdafx.h"
#include "CEDevice.h"
#include <SDL.h>

View file

@ -26,7 +26,6 @@
#ifndef CEDEVICE
#define CEDEVICE
#include "common/stdafx.h"
#include "common/scummsys.h"
#include "common/system.h"
#include "common/str.h"

View file

@ -23,7 +23,6 @@
*
*/
#include "common/stdafx.h"
#include "wince-sdl.h"

View file

@ -23,7 +23,6 @@
*
*/
#include "graphics/scaler/intern.h"
#include "common/stdafx.h"
#include "CEScaler.h"
int redblueMasks[] = { 0x7C1F, 0xF81F };

View file

@ -26,7 +26,6 @@
#ifndef CESCALER
#define CESCALER
#include "common/stdafx.h"
#include "common/scummsys.h"
#include "common/system.h"
#include "graphics/scaler.h"

View file

@ -23,7 +23,6 @@
*
*/
#include "common/stdafx.h"
#include "Toolbar.h"
#include "SDL_ImageResource.h"

View file

@ -26,7 +26,6 @@
#ifndef CEGUI_GUIELEMENT
#define CEGUI_GUIELEMENT
#include "common/stdafx.h"
#include "common/scummsys.h"
#include "common/system.h"

View file

@ -23,7 +23,6 @@
*
*/
#include "common/stdafx.h"
#include "ItemAction.h"
namespace CEGUI {

View file

@ -26,7 +26,6 @@
#ifndef CEGUI_ITEMACTION
#define CEGUI_ITEMACTION
#include "common/stdafx.h"
#include "common/scummsys.h"
#include "common/system.h"

View file

@ -23,7 +23,6 @@
*
*/
#include "common/stdafx.h"
#include "ItemSwitch.h"
namespace CEGUI {

View file

@ -26,7 +26,6 @@
#ifndef CEGUI_ITEMSWITCH
#define CEGUI_ITEMSWITCH
#include "common/stdafx.h"
#include "common/scummsys.h"
#include "common/system.h"

View file

@ -23,7 +23,6 @@
*
*/
#include "common/stdafx.h"
#include "Panel.h"
namespace CEGUI {

View file

@ -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"

View file

@ -23,7 +23,6 @@
*
*/
#include "common/stdafx.h"
#include "PanelItem.h"
namespace CEGUI {

View file

@ -26,7 +26,6 @@
#ifndef CEGUI_PANELITEM
#define CEGUI_PANELITEM
#include "common/stdafx.h"
#include "common/scummsys.h"
#include "common/system.h"

View file

@ -23,7 +23,6 @@
*
*/
#include "common/stdafx.h"
#include "PanelKeyboard.h"
namespace CEGUI {

View file

@ -26,7 +26,6 @@
#ifndef CEGUI_PANELKEYBOARD
#define CEGUI_PANELKEYBOARD
#include "common/stdafx.h"
#include "common/scummsys.h"
#include "common/system.h"

View file

@ -23,7 +23,6 @@
*
*/
#include "common/stdafx.h"
#include "SDL_ImageResource.h"
namespace CEGUI {

View file

@ -26,7 +26,6 @@
#ifndef CEGUI_SDL_IMAGERESOURCE
#define CEGUI_SDL_IMAGERESOURCE
#include "common/stdafx.h"
#include "common/scummsys.h"
#include "common/system.h"

View file

@ -23,7 +23,6 @@
*
*/
#include "common/stdafx.h"
#include "Toolbar.h"
namespace CEGUI {

View file

@ -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