mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-18 03:09:18 +02:00
use pbo for picking buffers, restore picking for scenery nodes
This commit is contained in:
9
PyInt.h
9
PyInt.h
@@ -18,6 +18,10 @@ http://mozilla.org/MPL/2.0/.
|
||||
#undef _XOPEN_SOURCE
|
||||
#endif
|
||||
|
||||
#ifdef __GNUC__
|
||||
#pragma GCC diagnostic ignored "-Wregister"
|
||||
#endif
|
||||
|
||||
#ifdef _DEBUG
|
||||
#undef _DEBUG // bez tego macra Py_DECREF powoduja problemy przy linkowaniu
|
||||
#include "Python.h"
|
||||
@@ -25,6 +29,11 @@ http://mozilla.org/MPL/2.0/.
|
||||
#else
|
||||
#include "Python.h"
|
||||
#endif
|
||||
|
||||
#ifdef __GNUC__
|
||||
#pragma GCC diagnostic pop
|
||||
#endif
|
||||
|
||||
#include "Classes.h"
|
||||
#include "utilities.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user