abCalc/abCalc/ops/abCOpOr.h
2017-09-11 23:14:06 -04:00

15 lines
122 B
C

/*
abCOpOr.h
By: Jeremy Rand
*/
#ifndef ABCOPOR_H
#define ABCOPOR_H
void abCalcOpOrInit(void);
#endif