mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-13 14:31:20 +00:00
10 lines
225 B
C++
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
|