2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 01:07:43 +00:00

Add DPSC and WPSC

Particle Fixes
This commit is contained in:
2016-03-28 17:07:38 -07:00
parent fe53199148
commit a9a304ea58
11 changed files with 1306 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
#ifndef CRSC_HPP
#define CRSC_HPP
#ifndef __COMMON_CRSC_HPP__
#define __COMMON_CRSC_HPP__
#include "ParticleCommon.hpp"
#include "PAK.hpp"
@@ -37,4 +37,4 @@ template <class IDType>
bool WriteCRSM(const CRSM<IDType>& crsm, const hecl::ProjectPath& outPath);
}
}
#endif // CRSC_HPP
#endif // __COMMON_CRSC_HPP__