blob: bf70f6fe84e856e3d9d213f95d320aa44574cca8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
/*
* 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_
|