abCalc/ops/abCOpAdd.h

15 lines
126 B
C
Raw Normal View History

2013-07-24 21:15:11 +00:00
/*
abCOpAdd.h
2013-07-24 21:15:11 +00:00
By: Jeremy Rand
*/
#ifndef ABCOPADD_H
#define ABCOPADD_H
2013-07-24 21:15:11 +00:00
void abCalcOpAddInit(void);
#endif