Fix css style order when using external css files
[ryzomcore.git] / ryzom / client / src / candidate.h
blobee169f77d2acc3309ad9f5d2ed4e1510f6ca7629
1 // Ryzom - MMORPG Framework <http://dev.ryzom.com/projects/ryzom/>
2 // Copyright (C) 2010 Winch Gate Property Limited
3 //
4 // This program is free software: you can redistribute it and/or modify
5 // it under the terms of the GNU Affero General Public License as
6 // published by the Free Software Foundation, either version 3 of the
7 // License, or (at your option) any later version.
8 //
9 // This program is distributed in the hope that it will be useful,
10 // but WITHOUT ANY WARRANTY; without even the implied warranty of
11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 // GNU Affero General Public License for more details.
14 // You should have received a copy of the GNU Affero General Public License
15 // along with this program. If not, see <http://www.gnu.org/licenses/>.
17 // FIXME: Lost code
19 #if 0
20 #ifndef CL_CANDIDATE_H
21 #define CL_CANDIDATE_H
24 /////////////
25 // INCLUDE //
26 /////////////
27 // Misc
28 #include "nel/misc/types_nl.h"
29 // Game_share
30 #include "game_share/ryzom_entity_id.h"
32 struct Candidate
34 NLMISC::CEntityId id;
35 std::string name;
36 std::string surname;
37 std::list<std::string> program;
38 uint32 nbVotes;
42 #endif // CL_CANDIDATE_H
43 #endif