prime/include/MetroidPrime/CActorModelParticles.hpp

11 lines
147 B
C++
Raw Normal View History

#ifndef _CACTORMODELPARTICLES_HPP
#define _CACTORMODELPARTICLES_HPP
#include "types.h"
class CActorModelParticles {
private:
// TODO
};
#endif