Go to the source code of this file.
|
| typedef int(* | tfModLoad) (unsigned int, char *, tModList **) |
| |
| typedef int(* | tfModLoadDir) (unsigned int, char *, tModList **) |
| |
| typedef int(* | tfModUnloadList) (tModList **) |
| |
| typedef int(* | tfModGetInfo) (unsigned int, char *, tModList **) |
| |
| typedef int(* | tfModGetInfoDir) (unsigned int, char *, int, tModList **) |
| |
| typedef int(* | tfModFreeInfoList) (tModList **) |
| |
| typedef tFList *(* | tfDirGetList) (const char *) |
| |
| typedef tFList *(* | tfDirGetListFiltered) (const char *, const char *) |
| |
| typedef double(* | tfTimeClock) (void) |
| |
◆ tfDirGetList
| typedef tFList*(* tfDirGetList) (const char *) |
Definition at line 32 of file os.h.
◆ tfDirGetListFiltered
| typedef tFList*(* tfDirGetListFiltered) (const char *, const char *) |
Definition at line 33 of file os.h.
◆ tfModFreeInfoList
| typedef int(* tfModFreeInfoList) (tModList **) |
Definition at line 30 of file os.h.
◆ tfModGetInfo
| typedef int(* tfModGetInfo) (unsigned int, char *, tModList **) |
Definition at line 28 of file os.h.
◆ tfModGetInfoDir
| typedef int(* tfModGetInfoDir) (unsigned int, char *, int, tModList **) |
Definition at line 29 of file os.h.
◆ tfModLoad
| typedef int(* tfModLoad) (unsigned int, char *, tModList **) |
Definition at line 25 of file os.h.
◆ tfModLoadDir
| typedef int(* tfModLoadDir) (unsigned int, char *, tModList **) |
Definition at line 26 of file os.h.
◆ tfModUnloadList
| typedef int(* tfModUnloadList) (tModList **) |
Definition at line 27 of file os.h.
◆ tfTimeClock
| typedef double(* tfTimeClock) (void) |
Definition at line 35 of file os.h.
◆ GfOs