MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame^] | 1 | // 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 |
| 20 | static int shoot_dam(mapping shoot); |
| 21 | static string FindRangedTarget(string str, mapping shoot); |
| 22 | static int cmd_shoot(string str); |
| 23 | |
| 24 | #endif // __RANGED_WEAPON_H_PROTO__ |
| 25 | |
| 26 | #endif // NEED_PROTOTYPES |