abCalc/ops/abCOpSqrt.h

15 lines
130 B
C
Raw Normal View History

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