mirror of
https://github.com/jeremysrand/abCalc.git
synced 2025-02-17 05:30:29 +00:00
15 lines
130 B
C
15 lines
130 B
C
|
/*
|
||
|
abCOpDrop.h
|
||
|
By: Jeremy Rand
|
||
|
*/
|
||
|
|
||
|
|
||
|
#ifndef ABCOPDROP_H
|
||
|
#define ABCOPDROP_H
|
||
|
|
||
|
|
||
|
void abCalcOpDropInit(void);
|
||
|
|
||
|
|
||
|
#endif
|