mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-10 18:38:45 +02:00
condtional inclusion of glext for UNIX build
This commit is contained in:
parent
70bddbbfed
commit
98fc8418b1
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue