abCalc/ops/abCOpMult.h

15 lines
130 B
C
Raw Normal View History

2013-07-24 23:59:18 +00:00
/*
abCOpMult.h
2013-07-24 23:59:18 +00:00
By: Jeremy Rand
*/
#ifndef ABCOPMULT_H
#define ABCOPMULT_H
2013-07-24 23:59:18 +00:00
void abCalcOpMultInit(void);
#endif