#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