abCalc/abCalc/ops/abCOpLog.h

15 lines
126 B
C

/*
abCOpLog.h
By: Jeremy Rand
*/
#ifndef ABCOPLOG_H
#define ABCOPLOG_H
void abCalcOpLogInit(void);
#endif