conditional inclusion of glext.h for non-apple OS

This commit is contained in:
Stephen Birarda 2013-02-08 13:28:36 -08:00
parent b339e47be2
commit 71713cf265

View file

@ -10,6 +10,9 @@
#include <InterfaceConfig.h>
#include "Cloud.h"
#include "Util.h"
#ifndef __APPLE__
#include <GL/glext.h>
#endif
#define COLOR_MIN 0.2f // minimum R/G/B value at 0,0,0 - also needs setting in field.cpp