gzdoom/src/thingdef.h

10 lines
228 B
C
Raw Normal View History

2006-04-15 15:00:29 +00:00
#ifndef __THINGDEF_H
#define __THINGDEF_H
int ParseExpression (bool _not);
int EvalExpressionI (int id, AActor *self);
float EvalExpressionF (int id, AActor *self);
bool EvalExpressionN (int id, AActor *self);
#endif