diff options
| author | Steven Fuller <relnev@icculus.org> | 2001-12-18 02:23:39 +0000 |
|---|---|---|
| committer | Patryk Obara <dreamer.tan@gmail.com> | 2019-08-20 02:22:37 +0200 |
| commit | 95b8b49b7602e4e2d3cd9e38273fa94451bec780 (patch) | |
| tree | 2680f7beffc79957bb057cb018d4d7bc5c8ff2a3 /src/opengl.c | |
| parent | abab1011ac9f80ca3b734bd70415ff255965441b (diff) | |
More Warning cleanups (Tim Beckmann)
Diffstat (limited to 'src/opengl.c')
| -rw-r--r-- | src/opengl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/opengl.c b/src/opengl.c index 351c9c8..d799d18 100644 --- a/src/opengl.c +++ b/src/opengl.c @@ -23,6 +23,7 @@ #include "hud_layout.h" #include "avp_userprofile.h" #include "aw.h" +#include "opengl.h" int LightIntensityAtPoint(VECTORCH *pointPtr); |
