main: move more tiny objects out of main.cpp

This commit is contained in:
2023-02-18 17:15:21 +01:00
parent 2848c8ad12
commit 1494dd6405
11 changed files with 321 additions and 310 deletions

7
src/SafeMode.h Normal file
View File

@@ -0,0 +1,7 @@
#pragma once
#include <Figments.h>
class SafeMode {
public:
static MainLoop safeModeApp;
};