Symphony Of Empires
|
#include <pyvm.hpp>
Public Member Functions | |
PythonVM (Eng3D::State &_s) | |
~PythonVM () | |
void | run_string (const std::string_view name, const std::string_view path) |
void | add_module (const std::string_view path) |
Public Attributes | |
std::vector< PythonObj > | modules |
Eng3D::PythonVM::PythonVM | ( | Eng3D::State & | _s | ) |
Eng3D::PythonVM::~PythonVM | ( | ) |
void Eng3D::PythonVM::add_module | ( | const std::string_view | path | ) |
void Eng3D::PythonVM::run_string | ( | const std::string_view | name, |
const std::string_view | path | ||
) |