abCalc/ops/abCOpNot.h

15 lines
126 B
C
Raw Normal View History

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