abCalc/abCalc/ops/abCOpAtan.h

15 lines
130 B
C

/*
abCOpAtan.h
By: Jeremy Rand
*/
#ifndef ABCOPATAN_H
#define ABCOPATAN_H
void abCalcOpAtanInit(void);
#endif