binana/profile/3.3.5a-windows-386/include/bc/file/processdir.h

15 lines
No EOL
342 B
C

#ifndef BC_FILE_PROCESS_DIR_H
#define BC_FILE_PROCESS_DIR_H
DECLARE_STRUCT(Blizzard__File__ProcessDirParms);
struct Blizzard__File__ProcessDirParms {
const char* dir;
const char* item;
void* param;
bool isdir;
};
typedef bool (*Blizzard__File__ProcessDirCallback)(const Blizzard__File__ProcessDirParms* parms);
#endif