mirror of
https://github.com/w23/xash3d-fwgs
synced 2025-01-09 10:28:00 +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 );
|