From bf9eff2e1325e6c7b715b3da7dbb0d2e4dc0cc33 Mon Sep 17 00:00:00 2001 From: hasufell Date: Fri, 6 Jun 2014 22:23:22 +0200 Subject: [PATCH] Rm extraneous newlines --- src/gl_draw.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/gl_draw.h b/src/gl_draw.h index c1a4106..cc0d1d6 100644 --- a/src/gl_draw.h +++ b/src/gl_draw.h @@ -44,13 +44,10 @@ #define TIMERMSECS 25 #define XY_WIRE_COUNT 10.0f - #define FPS_OUT_SIZE 17 - #define ROT_FACTOR_PLANET_SUN (360.0 / yearabs) #define ROT_FACTOR_PLANET (360.0 / 1.0) #define ROT_FACTOR_MOON (360.0 / dayabs) - #define SYSTEM_POS_Z -15.0f #define SYSTEM_POS_Z_BACK 15.0f #define VISIBILITY_FACTOR 5.0f @@ -58,6 +55,7 @@ #define NEAR_CLIPPING_PLANE 1.0f #define CAMERA_ANGLE 60.0f + extern int yearabs; extern int dayabs; extern HE_obj *obj; @@ -66,6 +64,7 @@ extern bool shademodel; extern bool draw_frame; extern float ball_speed; + void draw_normals(HE_obj const * const obj, float const scale_inc); void draw_vertices(HE_obj const * const obj,