Fix m_state symbol names

This commit is contained in:
Sean Miller
2026-04-08 17:46:19 +01:00
parent 872975212d
commit b94f0304db
2 changed files with 12 additions and 8 deletions
+8 -4
View File
@@ -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;
}
}