QuakeForge  0.7.2.210-815cf
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
rua_obj.c File Reference

Macros

#define CLASSOF(x)   (&G_STRUCT (pr, pr_class_t, (x)->class_pointer))
 

Typedefs

typedef struct class_tree class_tree
 
typedef struct obj_list_s obj_list
 

Functions

void RUA_Obj_Init (progs_t *pr, int secure)
 
func_t RUA_Obj_msg_lookup (progs_t *pr, pointer_t _self, pointer_t __cmd)
 

Variables

class_treeclass_tree_free_list
 

Macro Definition Documentation

#define CLASSOF (   x)    (&G_STRUCT (pr, pr_class_t, (x)->class_pointer))

Typedef Documentation

typedef struct class_tree class_tree
typedef struct obj_list_s obj_list

Function Documentation

void RUA_Obj_Init ( progs_t pr,
int  secure 
)
func_t RUA_Obj_msg_lookup ( progs_t pr,
pointer_t  _self,
pointer_t  __cmd 
)

Variable Documentation

class_tree* class_tree_free_list