OGRE
1.11.6
Object-Oriented Graphics Rendering Engine
|
Classes | |
struct | _finddata_t |
Macros | |
#define | _A_ARCH 0x20 /* Archive file */ |
#define | _A_HIDDEN 0x02 /* Hidden file */ |
#define | _A_NORMAL 0x00 /* Normalfile-Noread/writerestrictions */ |
#define | _A_RDONLY 0x01 /* Read only file */ |
#define | _A_SUBDIR 0x10 /* Subdirectory */ |
#define | _A_SYSTEM 0x04 /* System file */ |
Functions | |
int | _findclose (intptr_t id) |
intptr_t | _findfirst (const char *pattern, struct _finddata_t *data) |
int | _findnext (intptr_t id, struct _finddata_t *data) |
#define _A_NORMAL 0x00 /* Normalfile-Noread/writerestrictions */ |
#define _A_RDONLY 0x01 /* Read only file */ |
#define _A_HIDDEN 0x02 /* Hidden file */ |
#define _A_SYSTEM 0x04 /* System file */ |
#define _A_ARCH 0x20 /* Archive file */ |
#define _A_SUBDIR 0x10 /* Subdirectory */ |
intptr_t _findfirst | ( | const char * | pattern, |
struct _finddata_t * | data | ||
) |
int _findnext | ( | intptr_t | id, |
struct _finddata_t * | data | ||
) |
int _findclose | ( | intptr_t | id | ) |