mirror of
https://github.com/zeldaret/ss
synced 2026-07-07 05:24:55 -04:00
d_reset naming
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user