abCalc/ops/abCOpOr.h

15 lines
122 B
C
Raw Normal View History

2013-07-24 23:59:18 +00:00
/*
abCOpOr.h
2013-07-24 23:59:18 +00:00
By: Jeremy Rand
*/
#ifndef ABCOPOR_H
#define ABCOPOR_H
2013-07-24 23:59:18 +00:00
void abCalcOpOrInit(void);
#endif