mirror of
https://github.com/UberGames/GtkRadiant.git
synced 2024-11-12 23:44:13 +00:00
5 lines
208 B
C
5 lines
208 B
C
#define MAX_FILE_HANDLES 8192 //64 // qcommon.h
|
|
|
|
FILE* fopen_ql (const char* filename, const char* mode);
|
|
size_t fread_ql (void *ptr, size_t size, size_t nmeb, FILE *stream);
|
|
int fclose_ql (FILE* stream);
|