abCalc/abCalcOpOr.h

15 lines
131 B
C
Raw Normal View History

2013-07-24 23:59:18 +00:00
/*
abCalcOpOr.h
By: Jeremy Rand
*/
#ifndef ABCALCOPOR_H
#define ABCALCOPOR_H
void abCalcOpOrInit(void);
#endif