forked from github/server
13 lines
273 B
C
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
|