mirror of
https://github.com/zeldaret/ss
synced 2026-06-06 19:41:44 -04:00
18 lines
245 B
C++
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
|