From 45e97705efd2501a42f7b0af3ddf1a3bcb23cedf Mon Sep 17 00:00:00 2001 From: Einar Johan Trøan Sømåen Date: Mon, 9 Jul 2012 03:02:36 +0200 Subject: WINTERMUTE: Remove the rest of the compiler-references --- engines/wintermute/dcscript.h | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'engines/wintermute/dcscript.h') 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 -- cgit v1.2.3