123456789101112131415161718192021222324252627282930313233343536 |
- int Sys_FileTime (char *path);
- void Sys_mkdir (char *path);
- void Sys_Error (char *error, ...);
- void Sys_Printf (char *fmt, ...);
- void Sys_Quit (void);
- double Sys_DoubleTime (void);
- char *Sys_ConsoleInput (void);
- void Sys_Init (void);
|