6#include <pybind11/pytypes.h>
14 pybind11::object gui_attr_on_tile_change;
16 pybind11::object gui_attr_render;
17 pybind11::object gui_attr_view;
19 static void initDependencies();
20 static void initArgv();
21 static void initCython();
30 const cv::Mat&
render()
const override;
~PyGUI()
Definition: PyGUI.cpp:21
void onTileChange(const Tile &tile)
Definition: PyGUI.cpp:67
const cv::Mat & render() const override
Definition: PyGUI.cpp:73
cv::Mat renderData
Definition: PyGUI.h:25
PyGUI(Game &)
Definition: PyGUI.cpp:10