doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Typedefs | Enumerations | Variables
Session.h File Reference

Go to the source code of this file.

Classes

struct  logStats_t
 
class  idSession
 

Typedefs

typedef const char *(* HandleGuiCommand_t )(const char *)
 

Enumerations

enum  msgBoxType_t {
  MSG_OK, MSG_ABORT, MSG_OKCANCEL, MSG_YESNO,
  MSG_PROMPT, MSG_CDKEY, MSG_INFO, MSG_WAIT
}
 

Variables

idSessionsession
 

Typedef Documentation

typedef const char*(* HandleGuiCommand_t)(const char *)

Definition at line 61 of file Session.h.

Enumeration Type Documentation

Enumerator
MSG_OK 
MSG_ABORT 
MSG_OKCANCEL 
MSG_YESNO 
MSG_PROMPT 
MSG_CDKEY 
MSG_INFO 
MSG_WAIT 

Definition at line 50 of file Session.h.

Variable Documentation

idSession* session

Definition at line 48 of file Session.cpp.