abCalc/ops/abCOpAcosh.h

15 lines
134 B
C

/*
abCOpAcosh.h
By: Jeremy Rand
*/
#ifndef ABCOPACOSH_H
#define ABCOPACOSH_H
void abCalcOpAcoshInit(void);
#endif