abCalc/abCalc/ops/abCOpSinh.h

15 lines
130 B
C

/*
abCOpSinh.h
By: Jeremy Rand
*/
#ifndef ABCOPSINH_H
#define ABCOPSINH_H
void abCalcOpSinhInit(void);
#endif