abCalc/abCalcOpHex.h
2013-07-24 20:02:07 -05:00

15 lines
135 B
C

/*
abCalcOpHex.h
By: Jeremy Rand
*/
#ifndef ABCALCOPHEX_H
#define ABCALCOPHEX_H
void abCalcOpHexInit(void);
#endif