rpgxef/code/game/bg_collision.h

8 lines
177 B
C
Raw Normal View History

#ifndef BG_COLLISION_H_
#define BG_COLLISION_H_
#include "q_shared.h"
qboolean BG_LineBoxIntersection(vec3_t mins, vec2_t maxs, vec3_t origin, vec3_t dir, vec_t* hit);
#endif