abCalc/abCalc/ops/abCOpOr.h

15 lines
122 B
C

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