common/sys.h -> common/scummsys.h to minimalize diffs with scummvm
This commit is contained in:
parent
c7c65eb83c
commit
252d484434
132 changed files with 135 additions and 135 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
* $Id$
|
||||
*/
|
||||
|
||||
#include "common/sys.h"
|
||||
#include "common/scummsys.h"
|
||||
|
||||
#ifdef USE_FLUIDSYNTH
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
* $Id$
|
||||
*/
|
||||
|
||||
#include "common/sys.h"
|
||||
#include "common/scummsys.h"
|
||||
|
||||
#ifdef USE_MT32EMU
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
#ifndef MT32EMU_FILE_H
|
||||
#define MT32EMU_FILE_H
|
||||
|
||||
#include "common/sys.h"
|
||||
#include "common/scummsys.h"
|
||||
|
||||
namespace MT32Emu {
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
#ifndef MT32EMU_SYNTH_H
|
||||
#define MT32EMU_SYNTH_H
|
||||
|
||||
#include "common/sys.h"
|
||||
#include "common/scummsys.h"
|
||||
|
||||
class revmodel;
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
#ifndef SOUND_TIMESTAMP_H
|
||||
#define SOUND_TIMESTAMP_H
|
||||
|
||||
#include "common/sys.h"
|
||||
#include "common/scummsys.h"
|
||||
|
||||
namespace Audio {
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
/**
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "common/sys.h"
|
||||
#include "common/scummsys.h"
|
||||
|
||||
#if defined(SDL_BACKEND)
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "common/sys.h"
|
||||
#include "common/scummsys.h"
|
||||
|
||||
#if !defined(DISABLE_DEFAULT_EVENTMANAGER)
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "common/sys.h"
|
||||
#include "common/scummsys.h"
|
||||
|
||||
#if defined(SDL_BACKEND)
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "common/sys.h"
|
||||
#include "common/scummsys.h"
|
||||
|
||||
#if defined(SDL_BACKEND)
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
#ifndef COMMON_ACTION_H
|
||||
#define COMMON_ACTION_H
|
||||
|
||||
#include "common/sys.h"
|
||||
#include "common/scummsys.h"
|
||||
|
||||
#ifdef ENABLE_KEYMAPPER
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
#ifndef COMMON_KEYMAP_H
|
||||
#define COMMON_KEYMAP_H
|
||||
|
||||
#include "common/sys.h"
|
||||
#include "common/scummsys.h"
|
||||
|
||||
#ifdef ENABLE_KEYMAPPER
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
#ifndef COMMON_KEYMAPPER_H
|
||||
#define COMMON_KEYMAPPER_H
|
||||
|
||||
#include "common/sys.h"
|
||||
#include "common/scummsys.h"
|
||||
|
||||
#ifdef ENABLE_KEYMAPPER
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
#ifndef REMAP_DIALOG_H
|
||||
#define REMAP_DIALOG_H
|
||||
|
||||
#include "common/sys.h"
|
||||
#include "common/scummsys.h"
|
||||
|
||||
#ifdef ENABLE_KEYMAPPER
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
#ifndef KEYMAPPER_TYPES_H
|
||||
#define KEYMAPPER_TYPES_H
|
||||
|
||||
#include "common/sys.h"
|
||||
#include "common/scummsys.h"
|
||||
|
||||
#ifdef ENABLE_KEYMAPPER
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
#ifndef BACKENDS_LOG_LOG_H
|
||||
#define BACKENDS_LOG_LOG_H
|
||||
|
||||
#include "common/sys.h"
|
||||
#include "common/scummsys.h"
|
||||
|
||||
class OSystem;
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
|
@ -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__)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
|
@ -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__
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "common/sys.h"
|
||||
#include "common/scummsys.h"
|
||||
|
||||
#if defined(SDL_BACKEND)
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "common/sys.h"
|
||||
#include "common/scummsys.h"
|
||||
|
||||
#if defined(__amigaos4__)
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "common/sys.h"
|
||||
#include "common/scummsys.h"
|
||||
|
||||
#ifdef __amigaos4__
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "common/sys.h"
|
||||
#include "common/scummsys.h"
|
||||
|
||||
#ifdef MACOSX
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "common/sys.h"
|
||||
#include "common/scummsys.h"
|
||||
|
||||
#if defined(DYNAMIC_MODULES) && defined(UNIX)
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "common/sys.h"
|
||||
#include "common/scummsys.h"
|
||||
|
||||
#if defined(DYNAMIC_MODULES) && defined(_WIN32)
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "common/sys.h"
|
||||
#include "common/scummsys.h"
|
||||
|
||||
#if !defined(DISABLE_DEFAULT_SAVEFILEMANAGER)
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "common/sys.h"
|
||||
#include "common/scummsys.h"
|
||||
|
||||
#if defined(UNIX) && !defined(DISABLE_DEFAULT_SAVEFILEMANAGER)
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "common/sys.h"
|
||||
#include "common/scummsys.h"
|
||||
|
||||
#if defined(SDL_BACKEND)
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "common/sys.h"
|
||||
#include "common/scummsys.h"
|
||||
|
||||
#ifdef ENABLE_VKEYBD
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
|
||||
#ifdef ENABLE_VKEYBD
|
||||
|
||||
#include "common/sys.h"
|
||||
#include "common/scummsys.h"
|
||||
#include "common/hashmap.h"
|
||||
#include "common/hash-str.h"
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "common/sys.h"
|
||||
#include "common/scummsys.h"
|
||||
|
||||
#ifdef ENABLE_VKEYBD
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
|
||||
#ifdef ENABLE_VKEYBD
|
||||
|
||||
#include "common/sys.h"
|
||||
#include "common/scummsys.h"
|
||||
#include "common/array.h"
|
||||
#include "common/rect.h"
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "common/sys.h"
|
||||
#include "common/scummsys.h"
|
||||
|
||||
#ifdef ENABLE_VKEYBD
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "common/sys.h"
|
||||
#include "common/scummsys.h"
|
||||
|
||||
#ifdef ENABLE_VKEYBD
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "common/sys.h"
|
||||
#include "common/scummsys.h"
|
||||
|
||||
#ifdef ENABLE_VKEYBD
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "common/sys.h"
|
||||
#include "common/scummsys.h"
|
||||
#include "base/version.h"
|
||||
|
||||
#define INCLUDED_FROM_BASE_VERSION_CPP
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
#ifndef COMMON_DEBUG_H
|
||||
#define COMMON_DEBUG_H
|
||||
|
||||
#include "common/sys.h"
|
||||
#include "common/scummsys.h"
|
||||
|
||||
#ifdef DISABLE_TEXT_CONSOLE
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
#ifndef COMMON_ENDIAN_H
|
||||
#define COMMON_ENDIAN_H
|
||||
|
||||
#include "common/sys.h"
|
||||
#include "common/scummsys.h"
|
||||
|
||||
/**
|
||||
* \file endian.h
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
#ifndef COMMON_FUNC_H
|
||||
#define COMMON_FUNC_H
|
||||
|
||||
#include "common/sys.h"
|
||||
#include "common/scummsys.h"
|
||||
|
||||
namespace Common {
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
#ifndef COMMON_LIST_INTERN_H
|
||||
#define COMMON_LIST_INTERN_H
|
||||
|
||||
#include "common/sys.h"
|
||||
#include "common/scummsys.h"
|
||||
|
||||
namespace Common {
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "common/sys.h"
|
||||
#include "common/scummsys.h"
|
||||
#include "common/debug.h"
|
||||
#include "common/util.h"
|
||||
#include "common/file.h"
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
#ifndef COMMON_MEMORYPOOL_H
|
||||
#define COMMON_MEMORYPOOL_H
|
||||
|
||||
#include "common/sys.h"
|
||||
#include "common/scummsys.h"
|
||||
#include "common/array.h"
|
||||
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
#ifndef COMMON_RANDOM_H
|
||||
#define COMMON_RANDOM_H
|
||||
|
||||
#include "common/sys.h"
|
||||
#include "common/scummsys.h"
|
||||
|
||||
namespace Common {
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
|
@ -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 {
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
#ifndef COMMON_STRING_H
|
||||
#define COMMON_STRING_H
|
||||
|
||||
#include "common/sys.h"
|
||||
#include "common/scummsys.h"
|
||||
|
||||
namespace Common {
|
||||
|
||||
|
|
|
@ -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()
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
#ifndef COMMON_CONSOLE_H
|
||||
#define COMMON_CONSOLE_H
|
||||
|
||||
#include "common/sys.h"
|
||||
#include "common/scummsys.h"
|
||||
|
||||
namespace Common {
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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 };
|
||||
|
|
|
@ -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
Loading…
Add table
Add a link
Reference in a new issue