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