Don't need the .cpp file and turn off the fsm debugging.

This commit is contained in:
Zed A. Shaw 2026-04-08 22:36:01 -04:00
parent a47e004d37
commit d6b7dc33e1
2 changed files with 0 additions and 7 deletions

View file

@ -1,4 +1,3 @@
#define FSM_DEBUG 1
#include "gui/fsm.hpp" #include "gui/fsm.hpp"
#include <iostream> #include <iostream>
#include <chrono> #include <chrono>

View file

@ -1,6 +0,0 @@
#include "multiscreen.hpp"
namespace gui {
using namespace std::chrono_literals;
}