server/src/attributes/reduceproduction.h
2019-09-13 21:35:44 +02:00

13 lines
273 B
C

#ifndef H_ATTRIBUTE_REDUCEPRODUCTION
#define H_ATTRIBUTE_REDUCEPRODUCTION
#ifdef __cplusplus
extern "C" {
#endif
extern struct attrib *make_reduceproduction(int percent, int time);
extern struct attrib_type at_reduceproduction;
#ifdef __cplusplus
}
#endif
#endif