forked from github/server
12 lines
158 B
C
12 lines
158 B
C
#ifndef H_ITM_WEAPONS
|
|
#define H_ITM_WEAPONS
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
extern void register_weapons(void);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|