Adding a base class for a QT window

This commit is contained in:
Anonymus Raccoon
2020-02-16 16:53:18 +01:00
parent 6ff4de3e0b
commit c16ce36105
24 changed files with 159 additions and 74 deletions
+2
View File
@@ -24,6 +24,8 @@ namespace ComSquare
{
#ifdef DEBUGGER_ENABLED
this->cpu = std::make_shared<Debugger::CPUDebug>(*this->cpu, *this);
#else
std::cerr << "Debugging features are not enabled. You can't enable the debugger." << std::endl;
#endif
}