/* * PARSEC HEADER: ro_part.h */ #ifndef _RO_PART_H_ #define _RO_PART_H_ // ro_part.c implements the following functions // -------------------------------------------- // int R_DrawParticleCluster( pcluster_s *cluster, int *numactive ); // void R_DrawParticles(); #endif // _RO_PART_H_