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.30 by root, Sun Apr 4 20:00:05 2010 UTC vs.
Revision 1.31 by root, Thu Apr 15 00:36:51 2010 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 82
83extern shstr skill_names[NUM_SKILLS]; 83// would like to use object_vector here...
84extern vector<object_ptr> skillvec;
85void add_skill_archetype (object *o);
86#define SKILL_INDEX(o) (o)->arch->cached_sp
84 87
85#endif 88#endif
86 89

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines