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
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 
26 #endif
27