aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel/scn.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tinsel/scn.h')
-rw-r--r--engines/tinsel/scn.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/engines/tinsel/scn.h b/engines/tinsel/scn.h
index 6c57a595f8..e48f890dcd 100644
--- a/engines/tinsel/scn.h
+++ b/engines/tinsel/scn.h
@@ -30,16 +30,6 @@
namespace Tinsel {
-#define INDEX_FILENAME "index" // name of scene index file
-#define PSX_INDEX_FILENAME "index.dat" // name of scene index in psx version
-#define INDEXFILE_LENGTH 12 // length of filenames in the MEMHANDLE structure
-
-#define GLOBALS_FILENAME "gdata" // name of globals file
-#define HOPPER_FILENAME "hopper"
-#define CD_ID_FILENAME "volume"
-
-#define BMOVIE_EXTENSION ".bmv"
-
// chunk identifier numbers
// V2 chunks
@@ -89,8 +79,6 @@ namespace Tinsel {
// This is a base, subsequent numbers may also get used
#define CHUNK_GRAB_NAME 0x33340100L
-#define INDEX_FILENAME "index" // name of index file
-
byte *FindChunk(SCNHANDLE handle, uint32 chunk);
int ExtractActor(SCNHANDLE hFilm);