abCalc/abCalc/ops/abCOpOr.h

15 lines
122 B
C
Raw Normal View History

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