Vegastrike 0.5.1 rc1
1.0
Original sources for Vegastrike Evolved
|
#include "python_class.h"
#include <boost/version.hpp>
#include <boost/python.hpp>
#include "cmd/container.h"
#include <string>
#include "init.h"
#include "gfx/vec.h"
#include "cmd/unit_generic.h"
#include "universe_util.h"
#include "cmd/unit_util.h"
#include "faction_generic.h"
#include "cmd/ai/fire.h"
#include "unit_wrapper_class.h"
#include "unit_from_to_python.h"
#include "define_odd_unit_functions.h"
Go to the source code of this file.
Typedefs | |
typedef boost::python::dict | BoostPythonDictionary |
typedef boost::python::dict BoostPythonDictionary |
Definition at line 6 of file unit_method_defs.cpp.