10 lines
122 B
C
Raw Normal View History

2022-12-18 17:12:04 +01:00
#ifndef _PRODUCTION_H_
#define _PRODUCTION_H_
void productionSetup();
void productionLoop();
#endif // _PRODUCTION_H_