#include <string>#include <map>#include <list>#include "person.h"Go to the source code of this file.
Classes | |
| class | party |
| Public party data of a party in the game. More... | |
| class | partyRepository |
Defines | |
| #define | loopPartyPlayers(r, v) loopMap((r)->listPlayers(),v,class person) |
| #define | loopPartys(v) loopMap(party_repo.listParty(),v,class party) |
Variables | |
| partyRepository | party_repo |
| #define loopPartyPlayers | ( | r, | |||
| v | ) | loopMap((r)->listPlayers(),v,class person) |
| #define loopPartys | ( | v | ) | loopMap(party_repo.listParty(),v,class party) |
Generated on Tue Jan 1 17:30:01 2008 for server_new/party.h File Reference by
Visit the project page on