10 lines
122 B
C

#ifndef _PRODUCTION_H_
#define _PRODUCTION_H_
void productionSetup();
void productionLoop();
#endif // _PRODUCTION_H_