Fix function prototype

This commit is contained in:
SteelT 2022-09-12 17:37:50 -04:00
parent c64f36309a
commit ae38b7091a

View file

@ -92,7 +92,7 @@ typedef struct {
virtres_t* vres_GetMap(lumpnum_t);
void vres_Free(virtres_t*);
virtlump_t* vres_Find(const virtres_t*, const char*);
void* vres_GetPatch(virtlump_t *vlump, INT32);
void* vres_GetPatch(virtlump_t *vlump, INT32 tag);
// =========================================================================
// DYNAMIC WAD LOADING