Some DOL splits

This commit is contained in:
robojumper
2025-05-11 17:20:10 +02:00
parent e1aad98a2d
commit cf4d19fd80
3 changed files with 273 additions and 29 deletions
+270 -29
View File
File diff suppressed because it is too large Load Diff
+2
View File
@@ -780,6 +780,7 @@ config.libs = [
Object(NonMatching, "m/m_quat.cpp"),
Object(NonMatching, "m/m_thread.cpp"),
Object(NonMatching, "m/m_vec.cpp"),
Object(NonMatching, "m/m_video.cpp"),
],
},
{
@@ -888,6 +889,7 @@ config.libs = [
Object(Matching, "f/f_base.cpp"),
Object(Matching, "f/f_list.cpp"),
Object(Matching, "f/f_manager.cpp"),
Object(NonMatching, "f/f_profile.cpp"),
Object(NonMatching, "f/f_tree.cpp"),
],
},
+1
View File
@@ -43,6 +43,7 @@
// clang-format on
static dLytMeterConfiguration_c sConf;
dLytMeter_c *dLytMeter_c::sInstance;
STATE_DEFINE(dLytMeter1Button_c, Wait);
STATE_DEFINE(dLytMeter1Button_c, ToUse);