Vegastrike 0.5.1 rc1  1.0
Original sources for Vegastrike Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
zonemgr.h File Reference
#include <list>
#include <iostream>
#include "gfx/quaternion.h"
#include "cmd/unit_generic.h"
#include "networking/client.h"
#include "networking/lowlevel/packet.h"
#include "boost/smart_ptr.hpp"
#include "networking/clientptr.h"

Go to the source code of this file.

Classes

class  ZoneInfo
 
class  ZoneMgr
 

Typedefs

typedef list< Unit * >::iterator LUI
 
typedef std::map< std::string,
std::string > 
SystemMap
 
typedef std::pair< std::string,
std::string > 
SystemPair
 
typedef std::map< std::string,
std::string >::iterator 
SystemIt
 
typedef std::map< unsigned
short, ZoneInfo
ZoneMap
 

Typedef Documentation

typedef list< Unit* >::iterator LUI

Definition at line 35 of file zonemgr.h.

typedef std::map< std::string, std::string >::iterator SystemIt

Definition at line 39 of file zonemgr.h.

typedef std::map< std::string, std::string > SystemMap

Definition at line 37 of file zonemgr.h.

typedef std::pair< std::string, std::string > SystemPair

Definition at line 38 of file zonemgr.h.

typedef std::map< unsigned short, ZoneInfo > ZoneMap

Definition at line 73 of file zonemgr.h.