diff --git a/misc/restuff/ida/ida_cgame.h b/misc/restuff/ida/ida_cgame.h index 07f928dc..10f7685e 100644 --- a/misc/restuff/ida/ida_cgame.h +++ b/misc/restuff/ida/ida_cgame.h @@ -1,3 +1,17 @@ #pragma once -#include "ida_common.h" \ No newline at end of file +#include "ida_common.h" + +typedef struct { + vec3_t i_vBarrel; + vec3_t i_vStart; + vec3_t *i_vEnd; + int i_iNumBullets; + qboolean iLarge; + int iTracerVisible; + qboolean bIgnoreEntities; +} bullet_tracer_t; + +#define MAX_TRACERS 32 +#define MAX_BULLETS 1024 +#define MAX_IMPACTS 64