mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-19 22:39:18 +02:00
Merge branch 'tmj-dev'
This commit is contained in:
9
PyInt.h
9
PyInt.h
@@ -16,14 +16,7 @@
|
||||
#else
|
||||
#include "Python.h"
|
||||
#endif
|
||||
|
||||
#include <vector>
|
||||
#include <set>
|
||||
#include <string>
|
||||
#include <thread>
|
||||
|
||||
#include "parser.h"
|
||||
#include "Model3d.h"
|
||||
#include "Classes.h"
|
||||
|
||||
#define PyGetFloat(param) PyFloat_FromDouble(param >= 0 ? param : -param)
|
||||
#define PyGetFloatS(param) PyFloat_FromDouble(param)
|
||||
|
||||
Reference in New Issue
Block a user