server/src/items/weapons.h

13 lines
158 B
C
Raw Normal View History

2010-08-08 10:06:34 +02:00
#ifndef H_ITM_WEAPONS
#define H_ITM_WEAPONS
#ifdef __cplusplus
extern "C" {
#endif
2011-03-07 08:02:35 +01:00
extern void register_weapons(void);
2010-08-08 10:06:34 +02:00
#ifdef __cplusplus
}
#endif
#endif