abCalc/abCalc/ops/abCOpNot.h

15 lines
126 B
C

/*
abCOpNot.h
By: Jeremy Rand
*/
#ifndef ABCOPNOT_H
#define ABCOPNOT_H
void abCalcOpNotInit(void);
#endif