SMG-Decomp
A decompilation of Super Mario Galaxy 1
Loading...
Searching...
No Matches
source
Game
MapObj
YellowChip.cpp
1
#include "Game/MapObj/YellowChip.hpp"
2
3
YellowChip::YellowChip(
const
char
*pName) :
ChipBase
(pName, 1,
"YellowChip"
) {
4
5
}
6
7
YellowChip::~YellowChip() {
8
9
}
ChipBase
Definition
ChipBase.hpp:9
Generated by
1.10.0