mirror of
https://github.com/libretro/scummvm.git
synced 2025-05-13 09:36:21 +00:00
SCI: Moved scicore/tools.cpp to tools.cpp, and include/resource.h to tools.h
svn-id: r38720
This commit is contained in:
parent
b6c9b12e64
commit
0d41ca8d38
@ -28,7 +28,7 @@
|
||||
** that grammar, writing an appropriate node tree if successful.
|
||||
*/
|
||||
|
||||
#include "sci/include/resource.h"
|
||||
#include "sci/tools.h"
|
||||
#include "sci/include/vocabulary.h"
|
||||
#include "sci/include/console.h"
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
||||
#ifndef _SCI_HEAP_H
|
||||
#define _SCI_HEAP_H
|
||||
|
||||
#include "sci/include/resource.h"
|
||||
#include "sci/tools.h"
|
||||
|
||||
namespace Sci {
|
||||
|
||||
|
@ -35,7 +35,7 @@
|
||||
#include "common/scummsys.h"
|
||||
|
||||
#include "sci/include/sci_memory.h"
|
||||
#include "sci/include/resource.h"
|
||||
#include "sci/tools.h"
|
||||
#include "sci/include/vm_types.h"
|
||||
|
||||
#define SCI_CONSOLE
|
||||
|
@ -36,14 +36,16 @@ namespace Common {
|
||||
// FIXME. Remove after transiton to File class
|
||||
#include <sys/stat.h>
|
||||
|
||||
#include "sci/include/resource.h"
|
||||
// FIXME. Remove this eventually
|
||||
#include <time.h>
|
||||
|
||||
#include "sci/tools.h"
|
||||
#include "sci/include/sciresource.h"
|
||||
#include "sci/include/script.h"
|
||||
#include "sci/include/vocabulary.h"
|
||||
#include "sci/include/console.h"
|
||||
#include "sci/include/vm.h"
|
||||
#include "sci/include/menubar.h"
|
||||
#include <time.h>
|
||||
#include "sci/include/versions.h"
|
||||
#include "sci/include/kernel.h"
|
||||
#include "sci/include/gfx_state_internal.h"
|
||||
|
@ -29,7 +29,7 @@
|
||||
#include "common/scummsys.h"
|
||||
#include "common/rect.h"
|
||||
#include "sci/include/sci_memory.h"
|
||||
#include "sci/include/resource.h"
|
||||
#include "sci/tools.h"
|
||||
|
||||
namespace Sci {
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
||||
#ifndef _FREESCI_HEAPMGR_H_
|
||||
#define _FREESCI_HEAPMGR_H_
|
||||
|
||||
#include "sci/include/resource.h"
|
||||
#include "sci/tools.h"
|
||||
#include "sci/include/sci_memory.h"
|
||||
|
||||
namespace Sci {
|
||||
|
@ -44,8 +44,9 @@
|
||||
#define _SCI_MEMORY_H
|
||||
|
||||
#include "common/scummsys.h"
|
||||
#include "sci/include/resource.h"
|
||||
#include "sci/tools.h"
|
||||
|
||||
// FIXME: Get rid of the following #include
|
||||
#ifdef _MSC_VER
|
||||
# include <direct.h> // for chdir, rmdir, _gecwd, getcwd, mkdir
|
||||
#endif
|
||||
|
@ -32,7 +32,7 @@
|
||||
#include "common/stream.h"
|
||||
#include "common/str.h"
|
||||
|
||||
#include "sci/include/resource.h"
|
||||
#include "sci/tools.h"
|
||||
#include "sci/include/versions.h"
|
||||
|
||||
namespace Sci {
|
||||
|
@ -5,6 +5,7 @@ MODULE_OBJS = \
|
||||
detection.o \
|
||||
exereader.o \
|
||||
sci.o \
|
||||
tools.o \
|
||||
engine/game.o \
|
||||
engine/gc.o \
|
||||
engine/grammar.o \
|
||||
@ -62,7 +63,6 @@ MODULE_OBJS = \
|
||||
scicore/resource_patch.o \
|
||||
scicore/sci_memory.o \
|
||||
scicore/script.o \
|
||||
scicore/tools.o \
|
||||
scicore/versions.o \
|
||||
scicore/vocab.o \
|
||||
scicore/vocab_debug.o \
|
||||
|
@ -25,7 +25,7 @@
|
||||
|
||||
#include "sci/include/sci_memory.h"
|
||||
#include "sci/include/sciresource.h"
|
||||
#include "sci/include/resource.h"
|
||||
#include "sci/tools.h"
|
||||
|
||||
#include "common/file.h"
|
||||
|
||||
|
@ -30,7 +30,7 @@
|
||||
|
||||
#include "sci/include/versions.h"
|
||||
#include "sci/include/engine.h"
|
||||
#include "sci/include/resource.h"
|
||||
#include "sci/tools.h"
|
||||
|
||||
namespace Sci {
|
||||
|
||||
|
@ -27,7 +27,7 @@
|
||||
#ifndef _SFX_ADLIB_H_
|
||||
#define _SFX_ADLIB_H_
|
||||
|
||||
#include "sci/include/resource.h"
|
||||
#include "sci/tools.h"
|
||||
|
||||
namespace Sci {
|
||||
|
||||
|
@ -29,7 +29,7 @@
|
||||
#include "../device.h"
|
||||
#include <stdio.h>
|
||||
|
||||
#include "sci/include/resource.h"
|
||||
#include "sci/tools.h"
|
||||
|
||||
namespace Sci {
|
||||
|
||||
|
@ -29,7 +29,7 @@
|
||||
#include "common/util.h"
|
||||
#include "sci/include/sfx_iterator_internal.h"
|
||||
#include "sci/include/sfx_player.h"
|
||||
#include "sci/include/resource.h"
|
||||
#include "sci/tools.h"
|
||||
#include "sci/include/sci_memory.h"
|
||||
|
||||
namespace Sci {
|
||||
|
@ -24,7 +24,7 @@
|
||||
*/
|
||||
|
||||
#include "sci/include/sfx_iterator.h"
|
||||
#include "sci/include/resource.h" /* for BREAKPOINT */
|
||||
#include "sci/tools.h" /* for BREAKPOINT */
|
||||
#include "sci/include/sci_memory.h"
|
||||
|
||||
namespace Sci {
|
||||
|
@ -24,7 +24,7 @@
|
||||
*/
|
||||
|
||||
#include "../sequencer.h"
|
||||
#include "sci/include/resource.h"
|
||||
#include "sci/tools.h"
|
||||
|
||||
namespace Sci {
|
||||
|
||||
|
@ -29,7 +29,7 @@
|
||||
#include "sci/include/sfx_core.h"
|
||||
#include "sci/include/sfx_pcm.h"
|
||||
#include "sci/sfx/sequencer.h"
|
||||
#include "sci/include/resource.h"
|
||||
#include "sci/tools.h"
|
||||
|
||||
namespace Sci {
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "sci/include/resource.h"
|
||||
#include "sci/tools.h"
|
||||
#include "sci/include/sci_memory.h"
|
||||
#include "sci/sfx/softseq.h"
|
||||
|
||||
|
@ -42,7 +42,7 @@
|
||||
|
||||
***************************************************************************/
|
||||
|
||||
#include "sci/include/resource.h"
|
||||
#include "sci/tools.h"
|
||||
#include "sci/include/sfx_iterator.h"
|
||||
#include "../softseq.h"
|
||||
#include "../adlib.h"
|
||||
|
@ -24,7 +24,7 @@
|
||||
*/
|
||||
|
||||
#include "sci/include/sfx_time.h"
|
||||
#include "sci/include/resource.h"
|
||||
#include "sci/tools.h"
|
||||
|
||||
namespace Sci {
|
||||
|
||||
|
@ -23,8 +23,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef FREESCI_PRIMARY_RESOURCE_H_
|
||||
#define FREESCI_PRIMARY_RESOURCE_H_
|
||||
#ifndef SCI_TOOLS_H
|
||||
#define SCI_TOOLS_H
|
||||
|
||||
#include "common/scummsys.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user