condtional inclusion of glext for UNIX build

This commit is contained in:
Stephen Birarda 2013-02-08 13:21:25 -08:00
parent 70bddbbfed
commit 98fc8418b1

View file

@ -7,9 +7,12 @@
//
#include <iostream>
#include <OpenGL/glext.h>g
#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