mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-21 17:09:19 +02:00
re-enabled cargo mesh loading; minor brake fixes; increased use of glew and stl containers
This commit is contained in:
2
PyInt.h
2
PyInt.h
@@ -34,7 +34,7 @@ class TPythonInterpreter
|
||||
static TPythonInterpreter *_instance;
|
||||
int _screenRendererPriority;
|
||||
// std::set<const char *, ltstr> _classes;
|
||||
std::set<std::string const> _classes;
|
||||
std::set<std::string> _classes;
|
||||
PyObject *_main;
|
||||
PyObject *_stdErr;
|
||||
// FILE *_getFile(const char *lookupPath, const char *className);
|
||||
|
||||
Reference in New Issue
Block a user