Added python vars for display more vehicles in train.

Added missing python libs.
This commit is contained in:
Firleju
2015-05-06 21:23:25 +02:00
parent d1e0dcc737
commit 85e65bfe66
4 changed files with 15 additions and 0 deletions

View File

@@ -11,6 +11,7 @@
#define PyGetFloat(param) PyFloat_FromDouble(param >= 0 ? param : -param)
#define PyGetInt(param) PyInt_FromLong(param)
#define PyGetFloatS(param) PyFloat_FromDouble(param)
#define PyGetBool(param) param ? Py_True : Py_False
struct ltstr