ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/skills.h
(Generate patch)

Comparing deliantra/server/include/skills.h (file contents):
Revision 1.20 by root, Sun Jul 1 05:00:18 2007 UTC vs.
Revision 1.21 by root, Tue Jul 10 05:51:38 2007 UTC

77/* Currently only one of these, but put the define here to make 77/* Currently only one of these, but put the define here to make
78 * it easier to expand it in the future */ 78 * it easier to expand it in the future */
79#define IS_GRACE_SKILL(num) (skill_flags [num] & SF_GRACE) 79#define IS_GRACE_SKILL(num) (skill_flags [num] & SF_GRACE)
80 80
81extern const uint8_t skill_flags[NUM_SKILLS]; 81extern const uint8_t skill_flags[NUM_SKILLS];
82// defined in shstr.C for initialisation order
82extern shstr skill_names[NUM_SKILLS]; 83extern shstr skill_names[NUM_SKILLS];
83 84
84#endif 85#endif
85 86

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines