common/sys.h -> common/scummsys.h to minimalize diffs with scummvm

This commit is contained in:
Pawel Kolodziejski 2011-04-17 01:00:10 +02:00
parent c7c65eb83c
commit 252d484434
132 changed files with 135 additions and 135 deletions

View file

@ -27,7 +27,7 @@
#define SOUND_AUDIOSTREAM_H
#include "common/util.h"
#include "common/sys.h"
#include "common/scummsys.h"
#include "common/types.h"
#include "audio/timestamp.h"

View file

@ -43,7 +43,7 @@
#ifndef SOUND_FLAC_H
#define SOUND_FLAC_H
#include "common/sys.h"
#include "common/scummsys.h"
#include "common/types.h"
#ifdef USE_FLAC

View file

@ -44,7 +44,7 @@
#ifndef SOUND_MP3_H
#define SOUND_MP3_H
#include "common/sys.h"
#include "common/scummsys.h"
#include "common/types.h"
#ifdef USE_MAD

View file

@ -26,7 +26,7 @@
#ifndef SOUND_RAW_H
#define SOUND_RAW_H
#include "common/sys.h"
#include "common/scummsys.h"
#include "common/types.h"
#include "common/list.h"

View file

@ -43,7 +43,7 @@
#ifndef SOUND_VORBIS_H
#define SOUND_VORBIS_H
#include "common/sys.h"
#include "common/scummsys.h"
#include "common/types.h"
#ifdef USE_VORBIS

View file

@ -25,7 +25,7 @@
#ifndef SOUND_FMOPL_H
#define SOUND_FMOPL_H
#include "common/sys.h"
#include "common/scummsys.h"
#include "common/str.h"
namespace OPL {

View file

@ -26,7 +26,7 @@
#ifndef SOUND_MIDIDRV_H
#define SOUND_MIDIDRV_H
#include "common/sys.h"
#include "common/scummsys.h"
#include "common/timer.h"
class MidiChannel;

View file

@ -28,7 +28,7 @@
#ifndef SOUND_MIDIPARSER_H
#define SOUND_MIDIPARSER_H
#include "common/sys.h"
#include "common/scummsys.h"
#include "common/endian.h"
class MidiParser;

View file

@ -26,7 +26,7 @@
#ifndef SOUND_MIXER_INTERN_H
#define SOUND_MIXER_INTERN_H
#include "common/sys.h"
#include "common/scummsys.h"
#include "common/mutex.h"
#include "audio/mixer.h"

View file

@ -26,7 +26,7 @@
#ifndef SOUND_RATE_H
#define SOUND_RATE_H
#include "common/sys.h"
#include "common/scummsys.h"
#include "engines/engine.h"
class AudioStream;

View file

@ -25,7 +25,7 @@
#ifndef SOUND_SOFTSYNTH_CMS_H
#define SOUND_SOFTSYNTH_CMS_H
#include "common/sys.h"
#include "common/scummsys.h"
/* this structure defines a channel */
struct saa1099_channel {

View file

@ -22,7 +22,7 @@
* $Id$
*/
#include "common/sys.h"
#include "common/scummsys.h"
#ifdef USE_FLUIDSYNTH

View file

@ -22,7 +22,7 @@
* $Id$
*/
#include "common/sys.h"
#include "common/scummsys.h"
#ifdef USE_MT32EMU

View file

@ -22,7 +22,7 @@
#ifndef MT32EMU_FILE_H
#define MT32EMU_FILE_H
#include "common/sys.h"
#include "common/scummsys.h"
namespace MT32Emu {

View file

@ -22,7 +22,7 @@
#ifndef MT32EMU_SYNTH_H
#define MT32EMU_SYNTH_H
#include "common/sys.h"
#include "common/scummsys.h"
class revmodel;

View file

@ -21,7 +21,7 @@
#ifndef SOUND_SOFTSYNTH_OPL_DBOPL_H
#define SOUND_SOFTSYNTH_OPL_DBOPL_H
#include "common/sys.h"
#include "common/scummsys.h"
#ifndef DISABLE_DOSBOX_OPL

View file

@ -35,7 +35,7 @@
#include "dbopl.h"
#include "common/system.h"
#include "common/sys.h"
#include "common/scummsys.h"
#include <math.h>
#include <string.h>

View file

@ -29,7 +29,7 @@
#ifndef SOUND_SOFTSYNTH_OPL_MAME_H
#define SOUND_SOFTSYNTH_OPL_MAME_H
#include "common/sys.h"
#include "common/scummsys.h"
#include "common/util.h"
#include "common/random.h"

View file

@ -25,7 +25,7 @@
#ifndef SOUND_SOFTSYNTH_Y2612_H
#define SOUND_SOFTSYNTH_Y2612_H
#include "common/sys.h"
#include "common/scummsys.h"
#include "audio/softsynth/emumidi.h"

View file

@ -26,7 +26,7 @@
#ifndef SOUND_TIMESTAMP_H
#define SOUND_TIMESTAMP_H
#include "common/sys.h"
#include "common/scummsys.h"
namespace Audio {

View file

@ -26,7 +26,7 @@
#ifndef BACKENDS_AUDIOCD_ABSTRACT_H
#define BACKENDS_AUDIOCD_ABSTRACT_H
#include "common/sys.h"
#include "common/scummsys.h"
#include "common/noncopyable.h"
/**

View file

@ -23,7 +23,7 @@
*
*/
#include "common/sys.h"
#include "common/scummsys.h"
#if defined(SDL_BACKEND)

View file

@ -23,7 +23,7 @@
*
*/
#include "common/sys.h"
#include "common/scummsys.h"
#if !defined(DISABLE_DEFAULT_EVENTMANAGER)

View file

@ -23,7 +23,7 @@
*
*/
#include "common/sys.h"
#include "common/scummsys.h"
#if defined(SDL_BACKEND)

View file

@ -26,7 +26,7 @@
#ifndef BACKENDS_FS_STDIOSTREAM_H
#define BACKENDS_FS_STDIOSTREAM_H
#include "common/sys.h"
#include "common/scummsys.h"
#include "common/noncopyable.h"
#include "common/stream.h"
#include "common/str.h"

View file

@ -23,7 +23,7 @@
*
*/
#include "common/sys.h"
#include "common/scummsys.h"
#if defined(SDL_BACKEND)

View file

@ -26,7 +26,7 @@
#ifndef COMMON_ACTION_H
#define COMMON_ACTION_H
#include "common/sys.h"
#include "common/scummsys.h"
#ifdef ENABLE_KEYMAPPER

View file

@ -26,7 +26,7 @@
#ifndef COMMON_HARDWARE_KEY_H
#define COMMON_HARDWARE_KEY_H
#include "common/sys.h"
#include "common/scummsys.h"
#ifdef ENABLE_KEYMAPPER

View file

@ -26,7 +26,7 @@
#ifndef COMMON_KEYMAP_H
#define COMMON_KEYMAP_H
#include "common/sys.h"
#include "common/scummsys.h"
#ifdef ENABLE_KEYMAPPER

View file

@ -26,7 +26,7 @@
#ifndef COMMON_KEYMAPPER_H
#define COMMON_KEYMAPPER_H
#include "common/sys.h"
#include "common/scummsys.h"
#ifdef ENABLE_KEYMAPPER

View file

@ -25,7 +25,7 @@
#ifndef REMAP_DIALOG_H
#define REMAP_DIALOG_H
#include "common/sys.h"
#include "common/scummsys.h"
#ifdef ENABLE_KEYMAPPER

View file

@ -26,7 +26,7 @@
#ifndef KEYMAPPER_TYPES_H
#define KEYMAPPER_TYPES_H
#include "common/sys.h"
#include "common/scummsys.h"
#ifdef ENABLE_KEYMAPPER

View file

@ -26,7 +26,7 @@
#ifndef BACKENDS_LOG_LOG_H
#define BACKENDS_LOG_LOG_H
#include "common/sys.h"
#include "common/scummsys.h"
class OSystem;

View file

@ -25,7 +25,7 @@
// Disable symbol overrides so that we can use system headers.
#define FORBIDDEN_SYMBOL_ALLOW_ALL
#include "common/sys.h"
#include "common/scummsys.h"
#if defined(USE_ALSA)

View file

@ -25,7 +25,7 @@
// Disable symbol overrides so that we can use system headers.
#define FORBIDDEN_SYMBOL_ALLOW_ALL
#include "common/sys.h"
#include "common/scummsys.h"
#if defined(__amigaos4__)

View file

@ -25,7 +25,7 @@
// Disable symbol overrides so that we can use system headers.
#define FORBIDDEN_SYMBOL_ALLOW_ALL
#include "common/sys.h"
#include "common/scummsys.h"
#ifdef MACOSX

View file

@ -25,7 +25,7 @@
// Disable symbol overrides so that we can use system headers.
#define FORBIDDEN_SYMBOL_ALLOW_ALL
#include "common/sys.h"
#include "common/scummsys.h"
#ifdef MACOSX

View file

@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $URL$
* $Id: dmedia.cpp$
* $Id$
*/
/*
@ -30,11 +30,11 @@
// Disable symbol overrides so that we can use system headers.
#define FORBIDDEN_SYMBOL_ALLOW_ALL
#include "common/sys.h"
#include "common/scummsys.h"
#if defined(IRIX)
#include "common/sys.h"
#include "common/scummsys.h"
#include "common/util.h"
#include "common/config-manager.h"
#include "audio/musicplugin.h"

View file

@ -31,7 +31,7 @@
// Disable symbol overrides so that we can use system headers.
#define FORBIDDEN_SYMBOL_ALLOW_ALL
#include "common/sys.h"
#include "common/scummsys.h"
#if defined(USE_SEQ_MIDI)

View file

@ -37,7 +37,7 @@
// Disable symbol overrides so that we can use system headers.
#define FORBIDDEN_SYMBOL_ALLOW_ALL
#include "common/sys.h"
#include "common/scummsys.h"
#if defined __MINT__

View file

@ -37,7 +37,7 @@
// Disable symbol overrides so that we can use system headers.
#define FORBIDDEN_SYMBOL_ALLOW_ALL
#include "common/sys.h"
#include "common/scummsys.h"
#if defined(USE_TIMIDITY)

View file

@ -25,7 +25,7 @@
// Disable symbol overrides so that we can use system headers.
#define FORBIDDEN_SYMBOL_ALLOW_ALL
#include "common/sys.h"
#include "common/scummsys.h"
#if defined(WIN32) && !defined(_WIN32_WCE)

View file

@ -23,7 +23,7 @@
*
*/
#include "common/sys.h"
#include "common/scummsys.h"
#if defined(SDL_BACKEND)

View file

@ -23,7 +23,7 @@
*
*/
#include "common/sys.h"
#include "common/scummsys.h"
#if defined(__amigaos4__)

View file

@ -23,7 +23,7 @@
*
*/
#include "common/sys.h"
#include "common/scummsys.h"
#ifdef __amigaos4__

View file

@ -23,7 +23,7 @@
*
*/
#include "common/sys.h"
#include "common/scummsys.h"
#ifdef MACOSX

View file

@ -26,7 +26,7 @@
// Disable symbol overrides so that we can use system headers.
#define FORBIDDEN_SYMBOL_ALLOW_ALL
#include "common/sys.h"
#include "common/scummsys.h"
#ifdef MACOSX

View file

@ -23,7 +23,7 @@
*
*/
#include "common/sys.h"
#include "common/scummsys.h"
// Several SDL based ports use a custom main, and hence do not want to compile
// of this file. The following "#if" ensures that.

View file

@ -32,7 +32,7 @@
// a FILE pointer in one place, which conflicts with common/forbidden.h.
#include "common/sys.h"
#include "common/scummsys.h"
// Remove FILE override from common/forbidden.h, and replace
// it with an alternate slightly less unfriendly override.

View file

@ -26,7 +26,7 @@
// Disable symbol overrides so that we can use system headers.
#define FORBIDDEN_SYMBOL_ALLOW_ALL
#include "common/sys.h"
#include "common/scummsys.h"
#ifdef WIN32

View file

@ -26,7 +26,7 @@
// Disable symbol overrides so that we can use system headers.
#define FORBIDDEN_SYMBOL_ALLOW_ALL
#include "common/sys.h"
#include "common/scummsys.h"
#ifdef WIN32

View file

@ -23,7 +23,7 @@
*
*/
#include "common/sys.h"
#include "common/scummsys.h"
#if defined(DYNAMIC_MODULES) && defined(UNIX)

View file

@ -23,7 +23,7 @@
*
*/
#include "common/sys.h"
#include "common/scummsys.h"
#if defined(DYNAMIC_MODULES) && defined(_WIN32)

View file

@ -23,7 +23,7 @@
*
*/
#include "common/sys.h"
#include "common/scummsys.h"
#if !defined(DISABLE_DEFAULT_SAVEFILEMANAGER)

View file

@ -26,7 +26,7 @@
#if !defined(BACKEND_SAVES_DEFAULT_H) && !defined(DISABLE_DEFAULT_SAVEFILEMANAGER)
#define BACKEND_SAVES_DEFAULT_H
#include "common/sys.h"
#include "common/scummsys.h"
#include "common/savefile.h"
#include "common/str.h"
#include "common/fs.h"

View file

@ -23,7 +23,7 @@
*
*/
#include "common/sys.h"
#include "common/scummsys.h"
#if defined(UNIX) && !defined(DISABLE_DEFAULT_SAVEFILEMANAGER)

View file

@ -22,7 +22,7 @@
* $Id$
*/
#include "common/sys.h"
#include "common/scummsys.h"
#include "backends/timer/default/default-timer.h"
#include "common/util.h"
#include "common/system.h"

View file

@ -24,7 +24,7 @@
*
*/
#include "common/sys.h"
#include "common/scummsys.h"
#if defined(SDL_BACKEND)

View file

@ -23,7 +23,7 @@
*
*/
#include "common/sys.h"
#include "common/scummsys.h"
#ifdef ENABLE_VKEYBD

View file

@ -28,7 +28,7 @@
#ifdef ENABLE_VKEYBD
#include "common/sys.h"
#include "common/scummsys.h"
#include "common/hashmap.h"
#include "common/hash-str.h"

View file

@ -23,7 +23,7 @@
*
*/
#include "common/sys.h"
#include "common/scummsys.h"
#ifdef ENABLE_VKEYBD

View file

@ -28,7 +28,7 @@
#ifdef ENABLE_VKEYBD
#include "common/sys.h"
#include "common/scummsys.h"
#include "common/array.h"
#include "common/rect.h"

View file

@ -23,7 +23,7 @@
*
*/
#include "common/sys.h"
#include "common/scummsys.h"
#ifdef ENABLE_VKEYBD

View file

@ -29,7 +29,7 @@
#ifdef ENABLE_VKEYBD
#include "backends/vkeybd/virtual-keyboard.h"
#include "common/sys.h"
#include "common/scummsys.h"
#include "common/rect.h"
#include "common/system.h"
#include "graphics/font.h"

View file

@ -23,7 +23,7 @@
*
*/
#include "common/sys.h"
#include "common/scummsys.h"
#ifdef ENABLE_VKEYBD

View file

@ -28,7 +28,7 @@
#ifdef ENABLE_VKEYBD
#include "common/sys.h"
#include "common/scummsys.h"
#include "common/xmlparser.h"
#include "backends/vkeybd/virtual-keyboard.h"

View file

@ -23,7 +23,7 @@
*
*/
#include "common/sys.h"
#include "common/scummsys.h"
#ifdef ENABLE_VKEYBD

View file

@ -30,7 +30,7 @@
class OSystem;
#include "common/sys.h"
#include "common/scummsys.h"
#include "common/events.h"
#include "common/hashmap.h"
#include "common/hash-str.h"

View file

@ -26,7 +26,7 @@
#ifndef BASE_MAIN_H
#define BASE_MAIN_H
#include "common/sys.h"
#include "common/scummsys.h"
//
// The residual main entry point, to be invoked by ports

View file

@ -23,7 +23,7 @@
*
*/
#include "common/sys.h"
#include "common/scummsys.h"
#include "base/version.h"
#define INCLUDED_FROM_BASE_VERSION_CPP

View file

@ -26,7 +26,7 @@
#ifndef COMMON_EVENTRECORDER_H
#define COMMON_EVENTRECORDER_H
#include "common/sys.h"
#include "common/scummsys.h"
#include "common/events.h"
#include "common/singleton.h"
#include "common/mutex.h"

View file

@ -25,7 +25,7 @@
#ifndef COMMON_ALGORITHM_H
#define COMMON_ALGORITHM_H
#include "common/sys.h"
#include "common/scummsys.h"
#include "common/func.h"
#include "common/util.h"

View file

@ -25,7 +25,7 @@
#ifndef COMMON_ARRAY_H
#define COMMON_ARRAY_H
#include "common/sys.h"
#include "common/scummsys.h"
#include "common/algorithm.h"
namespace Common {

View file

@ -25,7 +25,7 @@
#ifndef COMMON_DEBUG_CHANNELS_H
#define COMMON_DEBUG_CHANNELS_H
#include "common/sys.h"
#include "common/scummsys.h"
#include "common/hashmap.h"
#include "common/hash-str.h"

View file

@ -25,7 +25,7 @@
#ifndef COMMON_DEBUG_H
#define COMMON_DEBUG_H
#include "common/sys.h"
#include "common/scummsys.h"
#ifdef DISABLE_TEXT_CONSOLE

View file

@ -26,7 +26,7 @@
#ifndef COMMON_ENDIAN_H
#define COMMON_ENDIAN_H
#include "common/sys.h"
#include "common/scummsys.h"
/**
* \file endian.h

View file

@ -26,7 +26,7 @@
#ifndef COMMON_FILE_H
#define COMMON_FILE_H
#include "common/sys.h"
#include "common/scummsys.h"
#include "common/noncopyable.h"
#include "common/str.h"
#include "common/stream.h"

View file

@ -26,7 +26,7 @@
#ifndef COMMON_FRAC_H
#define COMMON_FRAC_H
#include "common/sys.h"
#include "common/scummsys.h"
/**
* The precision of the fractional (fixed point) type we define below.

View file

@ -25,7 +25,7 @@
#ifndef COMMON_FUNC_H
#define COMMON_FUNC_H
#include "common/sys.h"
#include "common/scummsys.h"
namespace Common {

View file

@ -26,7 +26,7 @@
#ifndef COMMON_KEYBOARD_H
#define COMMON_KEYBOARD_H
#include "common/sys.h"
#include "common/scummsys.h"
#if defined(__amigaos4__)
// KEYCODE_LESS and KEYCODE_GREATER are already defined in AmigaOS, inside

View file

@ -25,7 +25,7 @@
#ifndef COMMON_LIST_INTERN_H
#define COMMON_LIST_INTERN_H
#include "common/sys.h"
#include "common/scummsys.h"
namespace Common {

View file

@ -23,7 +23,7 @@
*
*/
#include "common/sys.h"
#include "common/scummsys.h"
#include "common/debug.h"
#include "common/util.h"
#include "common/file.h"

View file

@ -25,7 +25,7 @@
#ifndef COMMON_MD5_H
#define COMMON_MD5_H
#include "common/sys.h"
#include "common/scummsys.h"
#include "common/str.h"
namespace Common {

View file

@ -26,7 +26,7 @@
#ifndef COMMON_MEMORYPOOL_H
#define COMMON_MEMORYPOOL_H
#include "common/sys.h"
#include "common/scummsys.h"
#include "common/array.h"

View file

@ -26,7 +26,7 @@
#ifndef COMMON_MUTEX_H
#define COMMON_MUTEX_H
#include "common/sys.h"
#include "common/scummsys.h"
#include "common/system.h"
namespace Common {

View file

@ -25,7 +25,7 @@
#ifndef COMMON_PTR_H
#define COMMON_PTR_H
#include "common/sys.h"
#include "common/scummsys.h"
#include "common/noncopyable.h"
namespace Common {

View file

@ -25,7 +25,7 @@
#ifndef COMMON_QUEUE_H
#define COMMON_QUEUE_H
#include "common/sys.h"
#include "common/scummsys.h"
#include "common/list.h"
namespace Common {

View file

@ -25,7 +25,7 @@
#ifndef COMMON_RANDOM_H
#define COMMON_RANDOM_H
#include "common/sys.h"
#include "common/scummsys.h"
namespace Common {

View file

@ -25,7 +25,7 @@
#ifndef COMMON_RATIONAL_H
#define COMMON_RATIONAL_H
#include "common/sys.h"
#include "common/scummsys.h"
#include "common/frac.h"
namespace Common {

View file

@ -26,7 +26,7 @@
#ifndef COMMON_RECT_H
#define COMMON_RECT_H
#include "common/sys.h"
#include "common/scummsys.h"
#include "common/util.h"
#include "common/debug.h"

View file

@ -27,7 +27,7 @@
#define COMMON_SAVEFILE_H
#include "common/noncopyable.h"
#include "common/sys.h"
#include "common/scummsys.h"
#include "common/stream.h"
#include "common/str-array.h"
#include "common/error.h"

View file

@ -23,8 +23,8 @@
*
*/
#ifndef COMMON_SYS_H
#define COMMON_SYS_H
#ifndef COMMON_SCUMMSYS_H
#define COMMON_SCUMMSYS_H
#if defined(_WIN32_WCE) && _WIN32_WCE < 300

View file

@ -25,7 +25,7 @@
#ifndef COMMON_STACK_H
#define COMMON_STACK_H
#include "common/sys.h"
#include "common/scummsys.h"
#include "common/array.h"
namespace Common {

View file

@ -25,7 +25,7 @@
#ifndef COMMON_STRING_H
#define COMMON_STRING_H
#include "common/sys.h"
#include "common/scummsys.h"
namespace Common {

View file

@ -26,7 +26,7 @@
#ifndef COMMON_SYSTEM_H
#define COMMON_SYSTEM_H
#include "common/sys.h"
#include "common/scummsys.h"
#include "common/noncopyable.h"
#include "common/rect.h"
#include "common/list.h" // For OSystem::getSupportedFormats()

View file

@ -25,7 +25,7 @@
#ifndef COMMON_CONSOLE_H
#define COMMON_CONSOLE_H
#include "common/sys.h"
#include "common/scummsys.h"
namespace Common {

View file

@ -25,7 +25,7 @@
#ifndef COMMON_TIMER_H
#define COMMON_TIMER_H
#include "common/sys.h"
#include "common/scummsys.h"
#include "common/noncopyable.h"
namespace Common {

View file

@ -25,7 +25,7 @@
#ifndef COMMON_TOKENIZER_H
#define COMMON_TOKENIZER_H
#include "common/sys.h"
#include "common/scummsys.h"
#include "common/str.h"
namespace Common {

View file

@ -25,7 +25,7 @@
#ifndef COMMON_TYPES_H
#define COMMON_TYPES_H
#include "common/sys.h"
#include "common/scummsys.h"
namespace DisposeAfterUse {
enum Flag { NO, YES };

View file

@ -69,7 +69,7 @@
ftp://ftp.pkware.com/probdesc.zip */
#include "common/sys.h"
#include "common/scummsys.h"
#ifdef USE_ZLIB

Some files were not shown because too many files have changed in this diff Show more