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