mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-13 15:11:22 +00:00
Like the prior changes normalizing the inclusions within headers, this tackles the cpp files of the RuntimeCommonB target, making these source files consistent with their headers.
6 lines
158 B
C++
6 lines
158 B
C++
#include "Runtime/Particle/CParticleGlobals.hpp"
|
|
|
|
namespace urde {
|
|
std::unique_ptr<CParticleGlobals> CParticleGlobals::g_ParticleGlobals;
|
|
} // namespace urde
|