mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2024-11-10 07:11:54 +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);
|