6 lines
No EOL
177 B
C
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 |