abCalc/abCalc/ops/abCOpHex.h

15 lines
126 B
C

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