mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-29 14:42:26 +00:00
cleanup
svn-id: r38874
This commit is contained in:
parent
04588b1fa2
commit
8280089d28
@ -26,10 +26,13 @@
|
||||
#ifndef SCI_INCLUDE_SCRIPT_H
|
||||
#define SCI_INCLUDE_SCRIPT_H
|
||||
|
||||
#include "sci/include/sciresource.h"
|
||||
#include "common/str.h"
|
||||
|
||||
namespace Sci {
|
||||
|
||||
struct EngineState;
|
||||
struct ResourceManager;
|
||||
|
||||
/*#define SCRIPT_DEBUG */
|
||||
|
||||
#define SCI_SCRIPTS_NR 1000
|
||||
|
@ -26,11 +26,14 @@
|
||||
#ifndef SCI_INCLUDE_VOCABULARY_H
|
||||
#define SCI_INCLUDE_VOCABULARY_H
|
||||
|
||||
#include "common/str.h"
|
||||
|
||||
#include "sci/include/versions.h"
|
||||
#include "sci/include/sciresource.h"
|
||||
|
||||
namespace Sci {
|
||||
|
||||
struct ResourceManager;
|
||||
|
||||
/*#define VOCABULARY_DEBUG */
|
||||
/*#define SCI_SIMPLE_SAID_CODE */ /* Whether the simplified Said() matching should be used */
|
||||
/*#define SCI_SIMPLE_SAID_DEBUG */ /* uncomment to enable simple said debugging */
|
||||
|
Loading…
x
Reference in New Issue
Block a user