1 #ifndef __PARSE_FUNCTION_H 2 #define __PARSE_FUNCTION_H 19 void GetWorld(entity_t *
self, entity_t **targ);
30 void GetAtPoint(entity_t *
self, entity_t **targ);
41 void GetSelf(entity_t *
self, entity_t **targ);
52 void GetX(entity_t *
self,
int * button);
void GetWorld(entity_t *self, entity_t **targ)
void * ParseToFunction(const char *name)
void GetSelf(entity_t *self, entity_t **targ)
void GetAtPoint(entity_t *self, entity_t **targ)
void GetMousePos(entity_t *self, vec2_t *pos)
void GetXMouse(entity_t *self, int *button, vec2_t *pos)
void GetX(entity_t *self, int *button)