mirror of
https://github.com/w23/xash3d-fwgs
synced 2024-12-14 04:59:58 +01:00
7 lines
197 B
C
7 lines
197 B
C
#pragma once
|
|
|
|
typedef struct particle_s particle_t;
|
|
|
|
void CL_DrawParticles( double frametime, particle_t *particles, float partsize );
|
|
void CL_DrawTracers( double frametime, particle_t *tracers );
|