abCalc/abCalcOpAsr.h

15 lines
135 B
C

/*
abCalcOpAsr.h
By: Jeremy Rand
*/
#ifndef ABCALCOPASR_H
#define ABCALCOPASR_H
void abCalcOpAsrInit(void);
#endif