Split out detection system from ResourceManager into DetectionManager

* Split detection system out into its own class, DetectionManager
    * Clean up ResourceManger's many callbacks into just two, one for detection and one general purpose
This commit is contained in:
Adam Honse
2026-01-08 23:35:50 -06:00
parent 58582202cf
commit ad364871c6
224 changed files with 3161 additions and 2788 deletions

View File

@@ -15,7 +15,7 @@
#include <cstring>
#include <string>
#include "Detector.h"
#include "DetectionManager.h"
#include "LogManager.h"
#define KBD_ROWS 6