mirror of https://github.com/PrimeDecomp/prime.git
11 lines
147 B
C++
11 lines
147 B
C++
|
#ifndef _CACTORMODELPARTICLES_HPP
|
||
|
#define _CACTORMODELPARTICLES_HPP
|
||
|
|
||
|
#include "types.h"
|
||
|
|
||
|
class CActorModelParticles {
|
||
|
private:
|
||
|
// TODO
|
||
|
};
|
||
|
|
||
|
#endif
|