abCalc/abCalc/ops/abCOpSin.h

15 lines
126 B
C
Raw Normal View History

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