1 #ifndef PYTHON_MANAGER_HPP 2 #define PYTHON_MANAGER_HPP void init()
Initializes the python manager.
Definition: PythonManager.cpp:14
PythonManager()
Constructs a PythonManager.
Definition: PythonManager.cpp:22
~PythonManager()
Destructs a PythonManager.
Definition: PythonManager.cpp:24
static PythonManager & instance()
The singleton instance of the PythonManager.
Definition: PythonManager.cpp:8
This class manages the python scripts of our game as a singleton.
Definition: PythonManager.hpp:7
PythonManager & operator=(const PythonManager &)=delete
Stop the compiler from generating methods to copy the object.
void shutdown()
Shuts down the python manager.
Definition: PythonManager.cpp:20