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

15 lines
135 B
C

/*
abCalcOpDiv.h
By: Jeremy Rand
*/
#ifndef ABCALCOPDIV_H
#define ABCALCOPDIV_H
void abCalcOpDivInit(void);
#endif