2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-13 20:31:21 +00:00
metaforce/Runtime/Graphics/IWeaponRenderer.cpp
2018-12-07 19:30:43 -10:00

9 lines
212 B
C++

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