mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-14 05:11:21 +00:00
11 lines
147 B
C++
11 lines
147 B
C++
#include "CParticleDatabase.hpp"
|
|
|
|
namespace urde
|
|
{
|
|
|
|
void CParticleDatabase::CacheParticleDesc(const CCharacterInfo::CParticleResData& desc)
|
|
{
|
|
}
|
|
|
|
}
|