diff options
author | Marius Kintel <marius@kintel.net> | 2011-07-30 19:29:40 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-07-30 19:29:40 (GMT) |
commit | 887f7eb99ff7dfaa2f088d7e210b09b10892f19a (patch) | |
tree | 9d996d97502701630abb25e789f9c4a6b036cdd6 /src/polyset.h | |
parent | bebf3c0ac08338112bb022087a62425b4b7d9d0d (diff) |
Refactored GL rendering inspired by Giles' work on RapCad. The ultimate goal is to become independent of Qt
Diffstat (limited to 'src/polyset.h')
-rw-r--r-- | src/polyset.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/polyset.h b/src/polyset.h index 0914e91..8712ff2 100644 --- a/src/polyset.h +++ b/src/polyset.h @@ -1,10 +1,7 @@ #ifndef POLYSET_H_ #define POLYSET_H_ -#ifdef ENABLE_OPENCSG -// this must be included before the GL headers -# include <GL/glew.h> -#endif +#include <GL/glew.h> // this must be included before the GL headers #include <qgl.h> #include "grid.h" |