added function map_ids_mem().
authorkramm <kramm>
Thu, 29 Nov 2001 18:31:43 +0000 (18:31 +0000)
committerkramm <kramm>
Thu, 29 Nov 2001 18:31:43 +0000 (18:31 +0000)
src/reloc.h

index 8624c44..ce849ec 100644 (file)
@@ -9,6 +9,7 @@
 
 #ifndef __swf_reallocate__
 #define __swf_reallocate__
-void swf_relocate (u8*data, int length, int*bitmap);
+void map_ids_mem(unsigned char*mem, int length, void(*callback)(void*));
+void swf_relocate (unsigned char*data, int length, int*bitmap);
 #endif // __swf_reallocate__