aboutsummaryrefslogtreecommitdiff
path: root/src/parsec/include/r_part.h
blob: bd74b0db36a6d27c5a6b52014350a462e1606056 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*
 * PARSEC HEADER: r_part.h
 */

#ifndef _R_PART_H_
#define _R_PART_H_


// ----------------------------------------------------------------------------
// RENDERING SUBSYSTEM (R) PART group                                         -
// ----------------------------------------------------------------------------


int		R_DrawParticleCluster( pcluster_s *cluster, int *numactive );
void	R_DrawParticles();


#endif // _R_PART_H_