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

Go to the source code of this file.

Classes

struct  prstack_s
 
class  idInterpreter
 

Macros

#define MAX_STACK_DEPTH   64
 
#define LOCALSTACK_SIZE   6144
 

Typedefs

typedef struct prstack_s prstack_t
 

Macro Definition Documentation

#define LOCALSTACK_SIZE   6144

Definition at line 33 of file Script_Interpreter.h.

#define MAX_STACK_DEPTH   64

Definition at line 32 of file Script_Interpreter.h.

Typedef Documentation

typedef struct prstack_s prstack_t