mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-20 05:39:18 +02:00
Poprawki post-merge. Nowy silnik liczb losowych.
Dodane zagubione pliki
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