blob: 50bcd9b13a74eee7103dc4a9715d104d9ccf5657 [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001// MorgenGrauen MUDlib
2//
3// ranged_weapon.h -- Headerfile fuer Fernkampfwaffen
4//
5// $Id: ranged_weapon.h 9016 2015-01-10 18:29:26Z Zesstra $
6
7#ifndef __RANGED_WEAPON_H__
8#define __RANGED_WEAPON_H__
9
10// Properties
11
12#endif // __RANGED_WEAPON_H__
13
14#ifdef NEED_PROTOTYPES
15
16#ifndef __RANGED_WEAPON_H_PROTO__
17#define __RANGED_WEAPON_H_PROTO__
18
19// Prototypes
20static int shoot_dam(mapping shoot);
21static string FindRangedTarget(string str, mapping shoot);
22static int cmd_shoot(string str);
23
24#endif // __RANGED_WEAPON_H_PROTO__
25
26#endif // NEED_PROTOTYPES