mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-14 04:31:22 +00:00
6 lines
141 B
C++
6 lines
141 B
C++
#include "CParticleGlobals.hpp"
|
|
|
|
namespace urde {
|
|
std::unique_ptr<CParticleGlobals> CParticleGlobals::g_ParticleGlobals;
|
|
} // namespace urde
|