d_reset naming

This commit is contained in:
elijah-thomas774
2025-06-15 17:25:25 -04:00
parent 48493a4fc4
commit 4766819367
16 changed files with 278 additions and 111 deletions
+14
View File
@@ -0,0 +1,14 @@
#include "d/d_reset.h"
#include "m/m_color.h"
namespace dReset {
Manage_c *Manage_c::s_pInstance;
mColor Manage_c::c_faderColor(0, 0, 0, 0xFF);
Manage_c *Manage_c::GetInstance() {
return s_pInstance;
}
} // namespace dReset