blob: 2843cad2cddecc7b1c1bdaa7ae63a26f6184cdf4 [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001// MorgenGrauen MUDlib
2//
3// skills.h -- Prototypen fuer Skillfunktion aus Spielern.
4//
5// $Id: skills.h 6559 2007-10-20 13:00:20Z Zesstra $
6
7#ifndef __PLAYER_SKILLS_H__
8#define __PLAYER_SKILLS_H__
9
10// properties
11
12#endif // __PLAYER_SKILLS_H__
13
14#ifdef NEED_PROTOTYPES
15
16#ifndef __PLAYER_SKILLS_H_PROTO__
17#define __PLAYER_SKILLS_H_PROTO__
18
19// prototypes
20protected void set_weapon_skills();
21protected void FixSkills();
22protected void InitSkills();
23
24#endif // __PLAYER_SKILLS_H_PROTO__
25#endif // NEED_PROTOYPES