metaforce/Runtime/Particle/CParticleGlobals.cpp

6 lines
168 B
C++
Raw Normal View History

#include "Runtime/Particle/CParticleGlobals.hpp"
2016-02-05 00:34:14 -08:00
2021-04-10 01:42:06 -07:00
namespace metaforce {
std::unique_ptr<CParticleGlobals> CParticleGlobals::g_ParticleGlobals;
2021-04-10 01:42:06 -07:00
} // namespace metaforce