mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-13 16:31:21 +00:00
6 lines
168 B
C++
6 lines
168 B
C++
#include "Runtime/Particle/CParticleGlobals.hpp"
|
|
|
|
namespace metaforce {
|
|
std::unique_ptr<CParticleGlobals> CParticleGlobals::g_ParticleGlobals;
|
|
} // namespace metaforce
|