SMG-Decomp
A decompilation of Super Mario Galaxy 1
Loading...
Searching...
No Matches
MultiEmitter.hpp
1#pragma once
2
3class EffectSystem;
4
6public:
7 void forceDelete(EffectSystem *);
8 void create(EffectSystem *);
9};