2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 23:07:42 +00:00
Files
metaforce/Runtime/Graphics/IWeaponRenderer.cpp
2021-04-10 01:42:06 -07:00

10 lines
225 B
C++

#include "Runtime/Graphics/IWeaponRenderer.hpp"
#include "Runtime/Particle/CParticleGen.hpp"
namespace metaforce {
void CDefaultWeaponRenderer::AddParticleGen(CParticleGen& gen) { gen.Render(); }
} // namespace metaforce