forked from github/server
17 lines
194 B
C
17 lines
194 B
C
#ifndef H_KRNL_ITEMS
|
|
#define H_KRNL_ITEMS
|
|
|
|
#include <stdbool.h>
|
|
|
|
struct unit;
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void register_itemfunctions(void);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|