SMG-Decomp
A decompilation of Super Mario Galaxy 1
Loading...
Searching...
No Matches
WaterPressureBulletHolder.hpp
1#pragma once
2
3#include "Game/NameObj/NameObj.hpp"
4#include "Game/MapObj/WaterPressureBullet.hpp"
5
7public:
8 WaterPressureBulletHolder(const char *);
9
11 virtual void init(const JMapInfoIter &);
12
13 WaterPressureBullet* callEmptyBullet();
14
15 WaterPressureBullet* mBullets[0x10]; // _C
16};
The most basic form of an object.
Definition NameObj.hpp:11
virtual void init(const JMapInfoIter &)
Intializes the NameObj and can set various settings and construct necessary classes.