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