Browse Source

Fix -Wvisibility.

cthulhu
Night Owl 7 years ago
parent
commit
dfdb12ad35
  1. 2
      common/mathlib.h

2
common/mathlib.h

@ -42,6 +42,8 @@ typedef vec_t vec4_t[4]; // x,y,z,w @@ -42,6 +42,8 @@ typedef vec_t vec4_t[4]; // x,y,z,w
#define M_PI 3.14159265358979323846 // matches value in gcc v2 math.h
#endif
struct mplane_s;
extern vec3_t vec3_origin;
extern int nanmask;

Loading…
Cancel
Save