NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
d_a_player_manager.hpp
1#pragma once
2#include <game/bases/d_a_player.hpp>
3
4class daPyMng_c {
5public:
6 static dAcPy_c *getPlayer(int);
7 static void addScore(int, int);
8
9 /// @unofficial
10 static bool checkPlayer(u8 plrNo) { return mActPlayerInfo & (1 << plrNo); }
11
12 static int mNum;
13 static u8 mActPlayerInfo;
14 static int mPlayerType[4];
15 static int mPlayerMode[4];
16};
static bool checkPlayer(u8 plrNo)