2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-13 15:11:22 +00:00
metaforce/Runtime/Particle/CParticleGlobals.cpp

6 lines
168 B
C++

#include "Runtime/Particle/CParticleGlobals.hpp"
namespace metaforce {
std::unique_ptr<CParticleGlobals> CParticleGlobals::g_ParticleGlobals;
} // namespace metaforce