NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
|
#include <game/sLib/s_StateInterfaces.hpp>
A default implementation of a state ID checker.
isNormalID always returns true.
Definition at line 54 of file s_StateInterfaces.hpp.
Public Member Functions | |
virtual bool | isNormalID (const sStateIDIf_c &) const |
Returns whether a state ID is normal. | |
Public Member Functions inherited from sStateIDChkIf_c |
|
inlinevirtual |
Returns whether a state ID is normal.
Implements sStateIDChkIf_c.
Definition at line 56 of file s_StateInterfaces.hpp.