abCalc/ops/abCOpSq.h

15 lines
122 B
C
Raw Normal View History

/*
abCOpSq.h
By: Jeremy Rand
*/
#ifndef ABCOPSQ_H
#define ABCOPSQ_H
void abCalcOpSqInit(void);
#endif