metaforce/Runtime/Graphics/IWeaponRenderer.cpp

10 lines
215 B
C++
Raw Normal View History

#include "Runtime/Graphics/IWeaponRenderer.hpp"
#include "Runtime/Particle/CParticleGen.hpp"
2018-12-08 05:30:43 +00:00
namespace urde {
void CDefaultWeaponRenderer::AddParticleGen(CParticleGen& gen) { gen.Render(); }
2018-12-08 05:30:43 +00:00
} // namespace urde