adding ui details (and great visuals fixes)

This commit is contained in:
Clément Le Bihan
2021-05-27 23:00:36 +02:00
parent e666aca28e
commit a81cf8ece0
3 changed files with 110 additions and 11 deletions

View File

@@ -38,6 +38,8 @@ namespace ComSquare::Debugger
//std::unique_ptr<Renderer::QtSFML> _sfWidget;
//! @brief The tile renderer
TileRenderer _tileRenderer;
//! @brief Change the bpp from the index given by the ui (QT combo box)
void _bppChangeUIHandler(int index);
public:
//! @brief Called when the window is closed. Turn off the debugger.
void disableViewer();