abCalc/ops/abCOpCosh.h

15 lines
130 B
C
Raw Normal View History

/*
abCOpCosh.h
By: Jeremy Rand
*/
#ifndef ABCOPCOSH_H
#define ABCOPCOSH_H
void abCalcOpCoshInit(void);
#endif