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

Comparing deliantra/server/include/traits.h (file contents):
Revision 1.2 by root, Thu Aug 31 17:54:14 2006 UTC vs.
Revision 1.3 by root, Fri Sep 8 16:53:57 2006 UTC

2#define TRAITS_H__ 2#define TRAITS_H__
3 3
4struct pl; 4struct pl;
5struct object; 5struct object;
6struct mapstruct; 6struct mapstruct;
7struct archt; 7struct archetype;
8struct region; 8struct region;
9struct party; 9struct party;
10struct mapstruct; 10struct mapstruct;
11struct treasureliststruct; 11struct treasureliststruct;
12 12
68struct cftype<mapstruct> { 68struct cftype<mapstruct> {
69 static const data_type dt = DT_MAP; 69 static const data_type dt = DT_MAP;
70}; 70};
71 71
72template<> 72template<>
73struct cftype<archt> { 73struct cftype<archetype> {
74 static const data_type dt = DT_ARCH; 74 static const data_type dt = DT_ARCH;
75}; 75};
76 76
77template<> 77template<>
78struct cftype<party> { 78struct cftype<party> {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines