samp-re/uncompress.h

7 lines
152 B
C

/* vim: set filetype=c ts=8 noexpandtab: */
#define UNCOMPRESS_TARGET ((void*) 0x462BE0)
int uncompress_main(char *dest, char *source, int *length);