Fix function prototype
This commit is contained in:
parent
3779da57a5
commit
9e2be91e31
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue