mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +00:00
Fixed compilation of non-Windows targets
This commit is contained in:
parent
a6d09596cf
commit
cafd1ca26e
1 changed files with 1 additions and 0 deletions
|
@ -158,6 +158,7 @@ private:
|
|||
friend int I_FindNext(void *handle, findstate_t *fileinfo);
|
||||
friend const char *I_FindName(findstate_t *fileinfo);
|
||||
friend int I_FindAttr(findstate_t *fileinfo);
|
||||
friend int I_FindClose(void *handle);
|
||||
};
|
||||
|
||||
void *I_FindFirst (const char *filespec, findstate_t *fileinfo);
|
||||
|
|
Loading…
Reference in a new issue