mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-30 11:42:48 +00:00
Fix function prototype
This commit is contained in:
parent
c64f36309a
commit
ae38b7091a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue