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.23 by root, Sat Jan 16 13:41:37 2010 UTC vs.
Revision 1.25 by root, Thu Apr 29 12:24:04 2010 UTC

1/* 1/*
2 * This file is part of Deliantra, the Roguelike Realtime MMORPG. 2 * This file is part of Deliantra, the Roguelike Realtime MMORPG.
3 * 3 *
4 * Copyright (©) 2005,2006,2007,2008 Marc Alexander Lehmann / Robin Redeker / the Deliantra team 4 * Copyright (©) 2005,2006,2007,2008,2009,2010 Marc Alexander Lehmann / Robin Redeker / the Deliantra team
5 * 5 *
6 * Deliantra is free software: you can redistribute it and/or modify it under 6 * Deliantra is free software: you can redistribute it and/or modify it under
7 * the terms of the Affero GNU General Public License as published by the 7 * the terms of the Affero GNU General Public License as published by the
8 * Free Software Foundation, either version 3 of the License, or (at your 8 * Free Software Foundation, either version 3 of the License, or (at your
9 * option) any later version. 9 * option) any later version.
57struct party; 57struct party;
58struct treasurelist; 58struct treasurelist;
59struct random_map_params; 59struct random_map_params;
60struct faceinfo; 60struct faceinfo;
61struct mapxy; 61struct mapxy;
62struct materialtype_t;
62 63
63typedef object object_ornull; 64typedef object object_ornull;
64typedef maptile maptile_ornull; 65typedef maptile maptile_ornull;
65 66
66// could have used templates, but a more traditional C api 67// could have used templates, but a more traditional C api

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines