abCalc/abCalc/ops/abCOpAsr.h

15 lines
126 B
C

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