abCalc/abCalc/ops/abCOpRl.h

15 lines
122 B
C

/*
abCOpRl.h
By: Jeremy Rand
*/
#ifndef ABCOPRL_H
#define ABCOPRL_H
void abCalcOpRlInit(void);
#endif