abCalc/abCalc/ops/abCOpSqrt.h

15 lines
130 B
C

/*
abCOpSqrt.h
By: Jeremy Rand
*/
#ifndef ABCOPSQRT_H
#define ABCOPSQRT_H
void abCalcOpSqrtInit(void);
#endif