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:
Spoike 2009-10-06 00:31:48 +00:00
parent b51fac65f5
commit cf86183cca
1 changed files with 1 additions and 0 deletions

View File

@ -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