abCalc/abCalc/ops/abCOpSwap.h

15 lines
130 B
C

/*
abCOpSwap.h
By: Jeremy Rand
*/
#ifndef ABCOPSWAP_H
#define ABCOPSWAP_H
void abCalcOpSwapInit(void);
#endif