|
SMG-Decomp
A decompilation of Super Mario Galaxy 1
|
Public Member Functions | |
| BitArray (int) | |
| bool | isOn (int) const |
| void | set (int, bool) |
Public Attributes | |
| u8 * | mArray |
| int | mArraySize |
Definition at line 7 of file BitArray.hpp.
| MR::BitArray::BitArray | ( | int | num | ) |
Definition at line 5 of file BitArray.cpp.
| bool MR::BitArray::isOn | ( | int | bitIdx | ) | const |
Definition at line 14 of file BitArray.cpp.
| void MR::BitArray::set | ( | int | bitIdx, |
| bool | flag ) |
Definition at line 19 of file BitArray.cpp.
| u8* MR::BitArray::mArray |
Definition at line 15 of file BitArray.hpp.
| int MR::BitArray::mArraySize |
Definition at line 16 of file BitArray.hpp.