forked from github/server
7 lines
77 B
C
7 lines
77 B
C
|
#ifndef WEAPONS_H
|
||
|
#define WEAPONS_H
|
||
|
|
||
|
extern void init_weapons(void);
|
||
|
|
||
|
#endif
|