abCalc/abCalc/ops/abCOpSqrt.h

15 lines
130 B
C
Raw Normal View History

2017-09-12 03:14:06 +00:00
/*
abCOpSqrt.h
By: Jeremy Rand
*/
#ifndef ABCOPSQRT_H
#define ABCOPSQRT_H
void abCalcOpSqrtInit(void);
#endif