mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-01-09 11:30:51 +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);
|