mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-14 12:31:22 +00:00
13 lines
182 B
C++
13 lines
182 B
C++
#ifndef __URDE_CACTORMODELPARTICLES_HPP__
|
|
#define __URDE_CACTORMODELPARTICLES_HPP__
|
|
|
|
namespace urde
|
|
{
|
|
|
|
class CActorModelParticles
|
|
{
|
|
};
|
|
}
|
|
|
|
#endif // __URDE_CACTORMODELPARTICLES_HPP__
|