NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
d_s_stage.hpp
1#pragma once
2#include <dol/bases/d_scene.hpp>
3
4class dScStage_c : public dScene_c {
5public:
6 static bool m_isCourseOut;
7};
static bool m_isCourseOut
Whether the game is transitioning from a stage scene to a non-stage scene.
Definition d_s_stage.hpp:6