ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/common/shstr.C
(Generate patch)

Comparing deliantra/server/common/shstr.C (file contents):
Revision 1.41 by root, Tue Nov 10 00:01:31 2009 UTC vs.
Revision 1.44 by root, Thu Apr 15 00:36:51 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.
141#define def(id) def2(shstr_ ## id, # id) 141#define def(id) def2(shstr_ ## id, # id)
142# include "shstrinc.h" 142# include "shstrinc.h"
143#undef def 143#undef def
144#undef def2 144#undef def2
145 145
146shstr skill_names[NUM_SKILLS]; 146materialtype_t material_null;
147 147

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines