mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 04:21:47 +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);
|
virtres_t* vres_GetMap(lumpnum_t);
|
||||||
void vres_Free(virtres_t*);
|
void vres_Free(virtres_t*);
|
||||||
virtlump_t* vres_Find(const virtres_t*, const char*);
|
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
|
// DYNAMIC WAD LOADING
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue