mirror of
https://github.com/zeldaret/ss
synced 2026-05-23 15:01:38 -04:00
14 lines
161 B
C++
14 lines
161 B
C++
#ifndef D_STATE_H
|
|
#define D_STATE_H
|
|
|
|
namespace dState {
|
|
|
|
void fn_80062E40();
|
|
void fn_80062E50();
|
|
void fn_80062EB0();
|
|
bool fn_80062EC0();
|
|
|
|
}
|
|
|
|
#endif // D_STATE_H
|