metaforce/Runtime/Graphics/IWeaponRenderer.cpp

10 lines
225 B
C++
Raw Normal View History

#include "Runtime/Graphics/IWeaponRenderer.hpp"
#include "Runtime/Particle/CParticleGen.hpp"
2021-04-10 01:42:06 -07:00
namespace metaforce {
void CDefaultWeaponRenderer::AddParticleGen(CParticleGen& gen) { gen.Render(); }
2021-04-10 01:42:06 -07:00
} // namespace metaforce