mirror of
https://github.com/zeldaret/ss
synced 2026-07-06 05:14:28 -04:00
Fix m_state symbol names
This commit is contained in:
@@ -1,11 +1,15 @@
|
||||
#include "m/m3d/m_state.h"
|
||||
|
||||
void fn_802EE0A0() {}
|
||||
namespace m3d {
|
||||
|
||||
void fn_802EE0B0() {}
|
||||
void mState::fn_802EE0A0() {}
|
||||
|
||||
void fn_802EE0C0() {}
|
||||
void mState::fn_802EE0B0() {}
|
||||
|
||||
bool fn_802EE0D0() {
|
||||
void mState::fn_802EE0C0() {}
|
||||
|
||||
bool mState::fn_802EE0D0() {
|
||||
return true;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user