1 #ifndef BZ_FX_PARTICLE_SIMULATION_INTERNAL_H
2 #define BZ_FX_PARTICLE_SIMULATION_INTERNAL_H
4 #include <bz/fx/particle_simulation.h>
6 #include <bz/math/vector.h>
7 #include <bz/types/common.h>
13 struct BZParticleSimulation
{
14 BZParticleSystemID system
;