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

Comparing deliantra/server/include/attack.h (file contents):
Revision 1.21 by root, Sun Apr 4 20:00:05 2010 UTC vs.
Revision 1.22 by root, Mon Oct 11 18:40:43 2010 UTC

79# define def(uc, lc, name, plus, change) AT_ ## uc = 1UL << ATNR_ ## uc, 79# define def(uc, lc, name, plus, change) AT_ ## uc = 1UL << ATNR_ ## uc,
80# include "attackinc.h" 80# include "attackinc.h"
81# undef def 81# undef def
82}; 82};
83 83
84/* lowercase attacktype identifiers */
85extern const char* const attacktype_name[NROFATTACKS];
86
84/* Short description of names of the attacktypes */ 87/* short description of names of the attacktypes */
85extern const char* const attacktype_desc[NROFATTACKS]; 88extern const char* const attacktype_desc[NROFATTACKS];
86 89
87/* Note that internal should not ever be referenced in the last two 90/* Note that internal should not ever be referenced in the last two
88 * tables. however, other resisttypes may be added, and if through some 91 * tables. however, other resisttypes may be added, and if through some
89 * bug these do get used somehow, might as well make it more easier to notice 92 * bug these do get used somehow, might as well make it more easier to notice

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines