server/src/items.h

18 lines
194 B
C
Raw Normal View History

2010-08-08 10:06:34 +02:00
#ifndef H_KRNL_ITEMS
#define H_KRNL_ITEMS
#include <stdbool.h>
struct unit;
2010-08-08 10:06:34 +02:00
#ifdef __cplusplus
extern "C" {
#endif
void register_itemfunctions(void);
2010-08-08 10:06:34 +02:00
#ifdef __cplusplus
}
#endif
#endif