abCalc/ops/abCOpTanh.h

15 lines
130 B
C
Raw Normal View History

/*
abCOpTanh.h
By: Jeremy Rand
*/
#ifndef ABCOPTANH_H
#define ABCOPTANH_H
void abCalcOpTanhInit(void);
#endif