abCalc/abCalc/ops/abCOpPi.h

15 lines
122 B
C

/*
abCOpPi.h
By: Jeremy Rand
*/
#ifndef ABCOPPI_H
#define ABCOPPI_H
void abCalcOpPiInit(void);
#endif