abCalc/abCalc/abCalc.h

15 lines
115 B
C
Raw Normal View History

2017-09-12 03:14:06 +00:00
/*
abCalc.h
By: Jeremy Rand
*/
#ifndef ABCALC_H
#define ABCALC_H
void abCalcInit(void);
#endif