mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
Fixed a warning.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3386 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
b51fac65f5
commit
cf86183cca
1 changed files with 1 additions and 0 deletions
|
@ -93,6 +93,7 @@ extern cvar_t r_particlesdesc;
|
|||
struct model_s;
|
||||
struct msurface_s;
|
||||
|
||||
void P_InitParticleSystem(void);
|
||||
void P_DefaultTrail (struct model_s *model);
|
||||
void P_EmitEffect (vec3_t pos, int type, trailstate_t **tsk);//this is just a wrapper
|
||||
|
||||
|
|
Loading…
Reference in a new issue