abCalc/expr/abCExpReal.h

18 lines
226 B
C
Raw Normal View History

2013-07-24 15:06:38 +00:00
/*
abCExpReal.h
2013-07-24 15:06:38 +00:00
By: Jeremy Rand
*/
#ifndef ABCEXPREAL_H
#define ABCEXPREAL_H
struct abCalcExpr;
2013-07-24 15:06:38 +00:00
void abCalcExprRealInit(void);
void abCalcExprRealSet(struct abCalcExpr *expr, abCalcRealType value);
#endif