From: lordhavoc Date: Sun, 3 Jun 2001 23:40:51 +0000 (+0000) Subject: added a newline to the end X-Git-Tag: RELEASE_0_2_0_RC1~800 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=26073887f2ccc5abda710e9ee430d8316e426b82;p=xonotic%2Fdarkplaces.git added a newline to the end git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@229 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/world.h b/world.h index 7d829946..c6cc8a83 100644 --- a/world.h +++ b/world.h @@ -82,4 +82,4 @@ trace_t SV_Move (vec3_t start, vec3_t mins, vec3_t maxs, vec3_t end, int type, e // passedict is explicitly excluded from clipping checks (normally NULL) -extern qboolean SV_RecursiveHullCheck (hull_t *hull, int num, float p1f, float p2f, vec3_t p1, vec3_t p2, trace_t *trace); \ No newline at end of file +extern qboolean SV_RecursiveHullCheck (hull_t *hull, int num, float p1f, float p2f, vec3_t p1, vec3_t p2, trace_t *trace);