abCalc/abCalc/abCalc.h

15 lines
115 B
C

/*
abCalc.h
By: Jeremy Rand
*/
#ifndef ABCALC_H
#define ABCALC_H
void abCalcInit(void);
#endif