metaforce/Runtime/Particle/CParticleGlobals.cpp

6 lines
168 B
C++
Raw Normal View History

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