abCalc/abCalc/ops/abCOpCos.h

15 lines
126 B
C

/*
abCOpCos.h
By: Jeremy Rand
*/
#ifndef ABCOPCOS_H
#define ABCOPCOS_H
void abCalcOpCosInit(void);
#endif