NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
|
#include <game/sLib/s_StateInterfaces.hpp>
The interface for state ID checkers.
[This class is not really used, but it seems to be intended for testing if a state is "normal", most likely a debug leftover].
Definition at line 46 of file s_StateInterfaces.hpp.
Public Member Functions | |
virtual bool | isNormalID (const sStateIDIf_c &id) const =0 |
Returns whether a state ID is normal. | |
|
inlinevirtual |
Definition at line 48 of file s_StateInterfaces.hpp.
|
pure virtual |
Returns whether a state ID is normal.
Implemented in sStateIDChk_c.