abCalc/abCalcOpNot.h
2013-07-24 18:59:18 -05:00

15 lines
135 B
C

/*
abCalcOpNot.h
By: Jeremy Rand
*/
#ifndef ABCALCOPNOT_H
#define ABCALCOPNOT_H
void abCalcOpNotInit(void);
#endif