aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/dcscript.h
diff options
context:
space:
mode:
authorEinar Johan Trøan Sømåen2012-07-09 03:02:36 +0200
committerEinar Johan Trøan Sømåen2012-07-09 03:02:36 +0200
commit45e97705efd2501a42f7b0af3ddf1a3bcb23cedf (patch)
tree7bfaec6662eb1ae7a9558b7f6b3b1a6ea3c82e5c /engines/wintermute/dcscript.h
parent48118cb94056245c3d0bc902ea9a88c3864e2989 (diff)
downloadscummvm-rg350-45e97705efd2501a42f7b0af3ddf1a3bcb23cedf.tar.gz
scummvm-rg350-45e97705efd2501a42f7b0af3ddf1a3bcb23cedf.tar.bz2
scummvm-rg350-45e97705efd2501a42f7b0af3ddf1a3bcb23cedf.zip
WINTERMUTE: Remove the rest of the compiler-references
Diffstat (limited to 'engines/wintermute/dcscript.h')
-rw-r--r--engines/wintermute/dcscript.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/engines/wintermute/dcscript.h b/engines/wintermute/dcscript.h
index 7969e049b0..36d84b45d9 100644
--- a/engines/wintermute/dcscript.h
+++ b/engines/wintermute/dcscript.h
@@ -136,21 +136,6 @@ typedef enum {
ELEMENT_STRING = 0
} TElementType;
-
-
-// compiler interface
-typedef byte *(DLL_LOAD_FILE)(void *data, char *filename, uint32 *size);
-typedef void (DLL_CLOSE_FILE)(void *data, byte *buffer);
-typedef void (DLL_ADD_ERROR)(void *data, int line, char *text);
-typedef void (DLL_PARSE_ELEMENT)(void *data, int line, int type, void *elementData);
-
-typedef struct {
- DLL_LOAD_FILE *Dll_LoadFile;
- DLL_CLOSE_FILE *Dll_CloseFile;
- DLL_ADD_ERROR *Dll_AddError;
- DLL_PARSE_ELEMENT *Dll_ParseElement;
-} CALLBACKS;
-
} // end of namespace WinterMute
#endif