Vegastrike 0.5.1 rc1
1.0
Original sources for Vegastrike Evolved
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
unit_method_defs.cpp
Go to the documentation of this file.
1
#if _MSC_VER <= 1200
2
#include "
python_class.h
"
3
#include <boost/version.hpp>
4
#if BOOST_VERSION != 102800
5
#include <boost/python.hpp>
6
typedef
boost::python::dict
BoostPythonDictionary
;
7
#else
8
#include <boost/python/objects.hpp>
9
typedef
boost::python::dictionary
BoostPythonDictionary
;
10
#endif
11
12
#include "
cmd/container.h
"
13
#include <string>
14
#include "
init.h
"
15
#include "
gfx/vec.h
"
16
#include "
cmd/unit_generic.h
"
17
#include "
universe_util.h
"
18
#include "
cmd/unit_util.h
"
19
#include "
faction_generic.h
"
20
#include "
cmd/ai/fire.h
"
21
22
#include "
unit_wrapper_class.h
"
23
#include "
unit_from_to_python.h
"
24
25
#include "
define_odd_unit_functions.h
"
26
#endif
27
src
python
unit_method_defs.cpp
Generated on Fri May 29 2015 23:07:38 for Vegastrike 0.5.1 rc1 by
1.8.4