TORCS  1.3.9
The Open Racing Car Simulator
os.h File Reference
#include <tgf.h>
Include dependency graph for os.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  tGfOs
 

Typedefs

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)
 

Variables

tGfOs GfOs
 

Typedef Documentation

◆ 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.

Variable Documentation

◆ GfOs

tGfOs GfOs

Definition at line 37 of file os.cpp.