Files
ss/include/d/lyt/d_lyt_save_mgr.h
T
2025-04-21 21:51:06 +02:00

18 lines
245 B
C++

#ifndef D_LYT_SAVE_MGR_H
#define D_LYT_SAVE_MGR_H
class dLytSaveMgr_c {
public:
static dLytSaveMgr_c* GetInstance() {
return sInstance;
}
bool fn_80285650() const;
private:
static dLytSaveMgr_c *sInstance;
};
#endif