server/src/attributes/reduceproduction.h

14 lines
273 B
C
Raw Normal View History

2010-08-08 10:06:34 +02:00
#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;
2010-08-08 10:06:34 +02:00
#ifdef __cplusplus
}
#endif
#endif