abCalc/ops/abCOpPower.h

15 lines
134 B
C
Raw Normal View History

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