heretic2-sdk/Toolkit/Programming/GameCode/game/decals.h
1998-11-24 00:00:00 +00:00

6 lines
No EOL
177 B
C

#ifndef DECALS_H
#define DECALS_H
qboolean IsDecalApplicable(edict_t *owner, edict_t *target, vec3_t origin, csurface_t *surface,cplane_t *plane, vec3_t planeDir);
#endif