mirror of
https://github.com/zeldaret/ss
synced 2026-05-23 06:54:20 -04:00
16 lines
182 B
C++
16 lines
182 B
C++
#include "m/m3d/m_state.h"
|
|
|
|
namespace m3d {
|
|
|
|
void mState::unkStub1() {}
|
|
|
|
void mState::unkStub2() {}
|
|
|
|
void mState::unkStub3() {}
|
|
|
|
bool mState::unkAlwaysTrue() {
|
|
return true;
|
|
}
|
|
|
|
}
|