diff --git a/proto.h b/proto.h index 6e77632..acd04c1 100644 --- a/proto.h +++ b/proto.h @@ -24,6 +24,7 @@ extern "C" { #endif /* *INDENT-ON* */ +#define UNUSED(param) ((void)param) /* bitmap.c */ RD_BOOL bitmap_decompress(uint8 * output, int width, int height, uint8 * input, int size, int Bpp); /* cache.c */