Fix function prototype

This commit is contained in:
SteelT 2022-09-12 17:37:50 -04:00 committed by GenericHeroGuy
parent 3779da57a5
commit 9e2be91e31

View file

@ -92,7 +92,7 @@ struct virtres_t {
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