NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
d_s_stage.hpp
1#pragma once
2#include <game/bases/d_scene.hpp>
3
4class dScStage_c : public dScene_c {
5public:
6 static float getLoopPosX(float x);
7 static int m_loopType;
8
9 static bool m_isCourseOut; ///< Whether the game is transitioning from a stage scene to a non-stage scene.
10};
static bool m_isCourseOut
Whether the game is transitioning from a stage scene to a non-stage scene.
Definition d_s_stage.hpp:9
dScene_c()
Creates a new scene.
Definition d_scene.cpp:23