abCalc/abCalc/ops/abCOpRr.h

15 lines
122 B
C

/*
abCOpRr.h
By: Jeremy Rand
*/
#ifndef ABCOPRR_H
#define ABCOPRR_H
void abCalcOpRrInit(void);
#endif