mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-30 21:00:39 +00:00
When including files from common/, explicitly use the common/ prefix
svn-id: r18444
This commit is contained in:
parent
68907449b7
commit
8b1d7b9166
@ -19,7 +19,7 @@
|
||||
* $Header$
|
||||
*
|
||||
*/
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
#include "common/system.h"
|
||||
#include "cd_default.h"
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
*
|
||||
*/
|
||||
#include <SonyClie.h>
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
#include "common/system.h"
|
||||
#include "cd_msa.h"
|
||||
#include "start.h" // for appFileCreat
|
||||
|
@ -19,7 +19,7 @@
|
||||
* $Header$
|
||||
*
|
||||
*/
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
#include "common/system.h"
|
||||
#include "common/config-manager.h"
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
#include "scumm_globals.h"
|
||||
#include "globals.h"
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
#include "version.h"
|
||||
|
||||
#include "formEditGame.h"
|
||||
|
@ -19,7 +19,7 @@
|
||||
* $Header$
|
||||
*
|
||||
*/
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
#include "palm.h"
|
||||
|
||||
#include "scumm.h"
|
||||
|
@ -20,7 +20,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
#include "palm.h"
|
||||
#include "common/scaler.h"
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
* $Header$
|
||||
*
|
||||
*/
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
#include "palm.h"
|
||||
|
||||
#include "common/scaler.h"
|
||||
|
@ -19,7 +19,7 @@
|
||||
* $Header$
|
||||
*
|
||||
*/
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
#include "palm.h"
|
||||
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
* $Header$
|
||||
*
|
||||
*/
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
#include "palm.h"
|
||||
|
||||
void OSystem_PALMOS::showOverlay() {
|
||||
|
@ -19,7 +19,7 @@
|
||||
* $Header$
|
||||
*
|
||||
*/
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
#include "palm.h"
|
||||
|
||||
#include "rumble.h"
|
||||
|
@ -21,7 +21,7 @@
|
||||
*/
|
||||
|
||||
#include <ctype.h>
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
#include "palm.h"
|
||||
|
||||
#define MAX_BLOCK 64000 // store in memory, before dump to file
|
||||
|
@ -20,7 +20,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
#include "common/config-manager.h"
|
||||
|
||||
#include "palm.h"
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
#include "palm.h"
|
||||
|
||||
Err sndCallback(void* UserDataP, SndStreamRef stream, void* bufferP, UInt32 *bufferSizeP) {
|
||||
|
@ -18,7 +18,7 @@
|
||||
* $Header$
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
|
||||
#include "backends/fs/fs.h"
|
||||
#include "common/util.h"
|
||||
|
@ -20,7 +20,7 @@
|
||||
|
||||
#if defined(__PALMOS_TRAPS__)
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
#include "../fs.h"
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
@ -20,7 +20,7 @@
|
||||
|
||||
#if defined(UNIX) || defined(__DC__)
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
|
||||
#include "../fs.h"
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
*/
|
||||
|
||||
#if defined (__SYMBIAN32__)
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
#include "../fs.h"
|
||||
|
||||
//#include <sys/param.h>
|
||||
|
@ -20,7 +20,7 @@
|
||||
|
||||
#ifdef WIN32
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
#include "../fs.h"
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
@ -24,7 +24,7 @@
|
||||
|
||||
#if defined (__GP32__)
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
|
||||
#include "backends/gp32/gp32.h"
|
||||
#include "backends/fs/fs.h"
|
||||
|
@ -27,7 +27,7 @@
|
||||
|
||||
#include "sound/mpu401.h"
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
#include "common/util.h"
|
||||
#include "common/config-manager.h"
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
|
||||
#ifdef MACOSX
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
#include "common/config-manager.h"
|
||||
#include "common/util.h"
|
||||
#include "sound/mpu401.h"
|
||||
|
@ -29,7 +29,7 @@
|
||||
#include <proto/dos.h>
|
||||
#include <proto/etude.h>
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
#include "sound/mpu401.h"
|
||||
#include "common/util.h"
|
||||
#include "morphos.h"
|
||||
|
@ -18,7 +18,7 @@
|
||||
* $Header$
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
#include "sound/mpu401.h"
|
||||
|
||||
/* NULL driver */
|
||||
|
@ -27,7 +27,7 @@
|
||||
|
||||
#if defined(UNIX) && !defined(__BEOS__)
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
#include "sound/mpu401.h"
|
||||
#include "common/util.h"
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
|
||||
#if defined(WIN32) && !defined(_WIN32_WCE)
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
#include "sound/mpu401.h"
|
||||
#include "common/util.h"
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
* $Header$
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
#include "sound/mpu401.h"
|
||||
#include "common/util.h"
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
* $Header$
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
#include "sound/mpu401.h"
|
||||
#include "common/util.h"
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
#include "engine.h"
|
||||
#include "common/util.h"
|
||||
#include "scumm/scumm.h"
|
||||
|
@ -18,7 +18,7 @@
|
||||
* $Header$
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
#include "engine.h"
|
||||
|
||||
#include <exec/types.h>
|
||||
|
@ -21,7 +21,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
#include "engine.h"
|
||||
|
||||
#include <dos/dos.h>
|
||||
|
@ -33,7 +33,7 @@
|
||||
#include <proto/cdda.h>
|
||||
#include <proto/icon.h>
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
#include "scumm/scumm.h"
|
||||
#include "base/gameDetector.h"
|
||||
#include "common/scaler.h"
|
||||
|
@ -18,7 +18,7 @@
|
||||
* $Header$
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
#include "engine.h"
|
||||
|
||||
#include <exec/memory.h>
|
||||
|
@ -19,7 +19,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
#include "common/scummsys.h"
|
||||
#include "common/system.h"
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
#ifndef __PS2FILE_IO__
|
||||
#define __PS2FILE_IO__
|
||||
|
||||
#include "scummsys.h"
|
||||
#include "common/scummsys.h"
|
||||
|
||||
class Ps2File {
|
||||
public:
|
||||
|
@ -30,7 +30,7 @@
|
||||
#include "backends/ps2/Gs2dScreen.h"
|
||||
#include "backends/ps2/asyncfio.h"
|
||||
#include "backends/ps2/systemps2.h"
|
||||
#include "scummsys.h"
|
||||
#include "common/scummsys.h"
|
||||
|
||||
extern AsyncFio fio;
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
#include <kernel.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
@ -31,7 +31,7 @@
|
||||
#include <iopcontrol.h>
|
||||
#include <iopheap.h>
|
||||
#include <osd_config.h>
|
||||
#include "scummsys.h"
|
||||
#include "common/scummsys.h"
|
||||
#include "../intern.h"
|
||||
#include "base/engine.h"
|
||||
#include "backends/ps2/systemps2.h"
|
||||
|
@ -22,8 +22,8 @@
|
||||
#ifndef SYSTEMPS2_H
|
||||
#define SYSTEMPS2_H
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "system.h"
|
||||
#include "common/stdafx.h"
|
||||
#include "common/system.h"
|
||||
|
||||
class Gs2dScreen;
|
||||
class Ps2Input;
|
||||
|
@ -19,7 +19,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
#include "CEActions.h"
|
||||
#include "CEActionsPocket.h"
|
||||
#include "CEActionsSmartphone.h"
|
||||
|
@ -20,7 +20,7 @@
|
||||
*/
|
||||
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
#include "CEActionsPocket.h"
|
||||
#include "EventsBuffer.h"
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
//#ifdef WIN32_PLATFORM_WFSP
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
#include "CEActionsSmartphone.h"
|
||||
#include "EventsBuffer.h"
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
#include "CEDevice.h"
|
||||
|
||||
#include <SDL.h>
|
||||
|
@ -19,7 +19,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
#include "CEKeysDialog.h"
|
||||
#include "CEActions.h"
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
|
||||
#include "wince-sdl.h"
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
#include "CEScaler.h"
|
||||
|
||||
int redblueMasks[] = { 0x7C1F, 0xF81F };
|
||||
|
@ -19,7 +19,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
#include "Toolbar.h"
|
||||
|
||||
#include "SDL_ImageResource.h"
|
||||
|
@ -19,7 +19,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
#include "ItemAction.h"
|
||||
|
||||
namespace CEGUI {
|
||||
|
@ -19,7 +19,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
#include "ItemSwitch.h"
|
||||
|
||||
namespace CEGUI {
|
||||
|
@ -19,7 +19,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
#include "Panel.h"
|
||||
|
||||
namespace CEGUI {
|
||||
|
@ -19,7 +19,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
#include "PanelItem.h"
|
||||
|
||||
namespace CEGUI {
|
||||
|
@ -19,7 +19,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
#include "PanelKeyboard.h"
|
||||
|
||||
namespace CEGUI {
|
||||
|
@ -19,7 +19,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
#include "SDL_ImageResource.h"
|
||||
|
||||
namespace CEGUI {
|
||||
|
@ -19,7 +19,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
#include "Toolbar.h"
|
||||
|
||||
namespace CEGUI {
|
||||
|
@ -19,7 +19,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
#include "ToolbarHandler.h"
|
||||
|
||||
namespace CEGUI {
|
||||
|
@ -19,7 +19,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
#include "EventsBuffer.h"
|
||||
|
||||
namespace CEKEYS {
|
||||
|
@ -19,7 +19,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
#include "Key.h"
|
||||
|
||||
namespace CEKEYS {
|
||||
|
@ -18,7 +18,7 @@
|
||||
* $Header$
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
#if defined(WIN32)
|
||||
#include <malloc.h>
|
||||
#endif
|
||||
|
@ -20,7 +20,7 @@
|
||||
|
||||
#ifndef ENGINE_H
|
||||
#define ENGINE_H
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
#include "common/scummsys.h"
|
||||
#include "common/str.h"
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
|
||||
#include "base/engine.h"
|
||||
#include "base/gameDetector.h"
|
||||
|
@ -28,7 +28,7 @@
|
||||
* of almost all the classes, methods and variables, and how they interact.
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
#include "base/engine.h"
|
||||
#include "base/gameDetector.h"
|
||||
#include "base/plugins.h"
|
||||
|
@ -20,7 +20,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
#include "backends/fs/fs.h"
|
||||
#include "base/gameDetector.h"
|
||||
#include "base/plugins.h"
|
||||
|
@ -19,7 +19,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
|
||||
#include "common/config-file.h"
|
||||
#include "common/file.h"
|
||||
|
@ -20,7 +20,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
|
||||
#include "common/config-manager.h"
|
||||
#include "common/file.h"
|
||||
|
@ -18,7 +18,7 @@
|
||||
* $Header$
|
||||
*
|
||||
*/
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
|
||||
#include "common/debugger.h"
|
||||
#include "common/system.h"
|
||||
|
@ -22,7 +22,7 @@
|
||||
#ifndef COMMON_FILE_H
|
||||
#define COMMON_FILE_H
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
#include "common/scummsys.h"
|
||||
#include "common/str.h"
|
||||
#include "common/stream.h"
|
||||
|
@ -19,7 +19,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
#include "common/mutex.h"
|
||||
#include "common/system.h"
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
#include "common/util.h"
|
||||
#include "common/config-manager.h"
|
||||
#include "common/savefile.h"
|
||||
|
@ -22,7 +22,7 @@
|
||||
#ifndef COMMON_SAVEFILE_H
|
||||
#define COMMON_SAVEFILE_H
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
#include "common/scummsys.h"
|
||||
#include "common/stream.h"
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
#ifndef COMMON_SCALER_INTERN_H
|
||||
#define COMMON_SCALER_INTERN_H
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
#include "common/scummsys.h"
|
||||
|
||||
template<int bitFormat>
|
||||
|
@ -20,12 +20,12 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
#include "common/scummsys.h"
|
||||
#include "common/system.h"
|
||||
|
||||
#include "scaler.h"
|
||||
#include "scaler/intern.h"
|
||||
#include "common/scaler.h"
|
||||
#include "common/scaler/intern.h"
|
||||
|
||||
template<int bitFormat>
|
||||
uint16 quadBlockInterpolate(const uint8* src, uint32 srcPitch) {
|
||||
|
@ -18,7 +18,7 @@
|
||||
* $Header$
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
#include "common/str.h"
|
||||
|
||||
#include <ctype.h>
|
||||
|
@ -19,7 +19,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
#include "common/stream.h"
|
||||
#include "common/str.h"
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
#ifndef COMMON_STREAM_H
|
||||
#define COMMON_STREAM_H
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
#include "common/scummsys.h"
|
||||
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
|
||||
#include "backends/intern.h"
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
|
||||
#ifndef __MORPHOS__
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
#include "common/scummsys.h"
|
||||
#include "common/timer.h"
|
||||
#include "common/util.h"
|
||||
|
@ -18,7 +18,7 @@
|
||||
* $Header$
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
#include "base/engine.h"
|
||||
#include "common/util.h"
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
* $Header$
|
||||
*
|
||||
*/
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
|
||||
#include "base/gameDetector.h"
|
||||
#include "base/plugins.h"
|
||||
|
@ -22,7 +22,7 @@
|
||||
#ifndef GOB_VIDEO_H
|
||||
#define GOB_VIDEO_H
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
#include "common/util.h"
|
||||
|
||||
namespace Gob {
|
||||
|
@ -21,7 +21,7 @@
|
||||
#ifndef FONTMAN_H
|
||||
#define FONTMAN_H
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
#include "common/scummsys.h"
|
||||
#include "common/singleton.h"
|
||||
#include "common/str.h"
|
||||
|
@ -18,7 +18,7 @@
|
||||
* $Header$
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
#include "graphics/font.h"
|
||||
|
||||
namespace Graphics {
|
||||
|
@ -18,7 +18,7 @@
|
||||
* $Header$
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
#include "gui/EditTextWidget.h"
|
||||
#include "gui/dialog.h"
|
||||
#include "gui/newgui.h"
|
||||
|
@ -18,7 +18,7 @@
|
||||
* $Header$
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
#include "gui/ListWidget.h"
|
||||
#include "gui/ScrollBarWidget.h"
|
||||
#include "gui/dialog.h"
|
||||
|
@ -18,7 +18,7 @@
|
||||
* $Header$
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
#include "common/system.h"
|
||||
#include "gui/dialog.h"
|
||||
#include "gui/newgui.h"
|
||||
|
@ -18,7 +18,7 @@
|
||||
* $Header$
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
#include "ScrollBarWidget.h"
|
||||
#include "gui/dialog.h"
|
||||
#include "gui/newgui.h"
|
||||
|
@ -18,7 +18,7 @@
|
||||
* $Header$
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
#include "common/util.h"
|
||||
#include "gui/TabWidget.h"
|
||||
#include "gui/dialog.h"
|
||||
|
@ -18,7 +18,7 @@
|
||||
* $Header$
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
#include "base/engine.h"
|
||||
#include "base/version.h"
|
||||
#include "common/system.h"
|
||||
|
@ -18,7 +18,7 @@
|
||||
* $Header$
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
#include "gui/browser.h"
|
||||
#include "gui/newgui.h"
|
||||
#include "gui/ListWidget.h"
|
||||
|
@ -18,7 +18,7 @@
|
||||
* $Header$
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
#include "common/system.h"
|
||||
#include "gui/chooser.h"
|
||||
#include "gui/newgui.h"
|
||||
|
@ -18,7 +18,7 @@
|
||||
* $Header$
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
#include "gui/console.h"
|
||||
#include "gui/ScrollBarWidget.h"
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
|
||||
#include <ctype.h>
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
#include "gui/newgui.h"
|
||||
#include "gui/dialog.h"
|
||||
#include "gui/widget.h"
|
||||
|
@ -18,7 +18,7 @@
|
||||
* $Header$
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
#include "gui/editable.h"
|
||||
#include "gui/newgui.h"
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
* $Header$
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
|
||||
#include "backends/fs/fs.h"
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
* $Header$
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
#include "common/str.h"
|
||||
#include "common/system.h"
|
||||
#include "gui/message.h"
|
||||
|
@ -18,7 +18,7 @@
|
||||
* $Header$
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
#include "common/system.h"
|
||||
#include "common/util.h"
|
||||
#include "gui/newgui.h"
|
||||
|
@ -18,7 +18,7 @@
|
||||
* $Header$
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
#include "gui/browser.h"
|
||||
#include "gui/chooser.h"
|
||||
#include "gui/newgui.h"
|
||||
|
@ -18,7 +18,7 @@
|
||||
* $Header$
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
#include "common/util.h"
|
||||
#include "graphics/fontman.h"
|
||||
#include "gui/widget.h"
|
||||
|
@ -19,7 +19,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
#include "codecs.h"
|
||||
|
||||
/*****************************************************************************
|
||||
|
@ -19,7 +19,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
#include "resource.h"
|
||||
#include "codecs.h"
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
#include "resource.h"
|
||||
#include "common/stream.h"
|
||||
#include "common/array.h"
|
||||
|
@ -19,7 +19,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
|
||||
#include "common/system.h"
|
||||
#include "base/gameDetector.h"
|
||||
|
@ -19,7 +19,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/stdafx.h"
|
||||
#include "resource.h"
|
||||
|
||||
#include "common/stream.h"
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user