mirror of
https://github.com/zeldaret/ss
synced 2026-09-02 01:43:04 -04:00
dLytMeter_c::fn_800D57B0 OK
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
#ifndef D_LYT_SIMPLE_WINDOW_H
|
||||
#define D_LYT_SIMPLE_WINDOW_H
|
||||
|
||||
class dLytSimpleWindow_c {
|
||||
public:
|
||||
dLytSimpleWindow_c() {}
|
||||
virtual ~dLytSimpleWindow_c() {}
|
||||
|
||||
static dLytSimpleWindow_c *getInstance() {
|
||||
return sInstance;
|
||||
}
|
||||
|
||||
bool fn_8012B000();
|
||||
|
||||
private:
|
||||
static dLytSimpleWindow_c *sInstance;
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user