mirror of
https://github.com/zoriya/ComSquare.git
synced 2025-12-19 13:45:11 +00:00
fixing include recursive
This commit is contained in:
@@ -4,18 +4,15 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
namespace ComSquare::Renderer
|
||||
{
|
||||
class QtSFML;
|
||||
}
|
||||
|
||||
#include <QtCore/QSortFilterProxyModel>
|
||||
#include <QEvent>
|
||||
#include <QMouseEvent>
|
||||
#include "PPU/PPU.hpp"
|
||||
#include "ClosableWindow.hpp"
|
||||
#include "../Renderer/QtRenderer/QtSFML.hpp"
|
||||
#include "../../ui/ui_tileView.h"
|
||||
|
||||
|
||||
namespace ComSquare::Debugger
|
||||
{
|
||||
//! @brief window that allow the user to view all data going through the memory bus.
|
||||
@@ -30,7 +27,7 @@ namespace ComSquare::Debugger
|
||||
//! @brief A reference to the ppu
|
||||
ComSquare::PPU::PPU &_ppu;
|
||||
//! @brief the window
|
||||
Renderer::QtSFML _sfWidget;
|
||||
std::unique_ptr<Renderer::QtSFML> _sfWidget;
|
||||
public:
|
||||
//! @brief Called when the window is closed. Turn off the debugger.
|
||||
void disableViewer();
|
||||
|
||||
Reference in New Issue
Block a user