abCalc/abCalc/ops/abCOpSr.h

15 lines
122 B
C

/*
abCOpSr.h
By: Jeremy Rand
*/
#ifndef ABCOPSR_H
#define ABCOPSR_H
void abCalcOpSrInit(void);
#endif