Vegastrike 0.5.1 rc1
1.0
Original sources for Vegastrike Evolved
|
#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 std::map< std::string, std::string >::iterator SystemIt |
typedef std::pair< std::string, std::string > SystemPair |