diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2011-08-03 21:37:51 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2011-08-03 21:37:51 (GMT) |
commit | f78d4f74b2606f3cccff0f241b608cb021a30b9b (patch) | |
tree | 6d61969163630b4ac88011eddb1894c65d768c78 /src/render-opencsg.h | |
parent | 5aec712746eeac2e3bdf2501a7473bcac9777690 (diff) | |
parent | a35c801eec98803bf21d0d6c8d2748f0d9ccd507 (diff) |
Merge remote branch 'upstream/master'
Diffstat (limited to 'src/render-opencsg.h')
-rw-r--r-- | src/render-opencsg.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/render-opencsg.h b/src/render-opencsg.h deleted file mode 100644 index 9433cbe..0000000 --- a/src/render-opencsg.h +++ /dev/null @@ -1,8 +0,0 @@ -#ifndef RENDER_OPENCSG_H_ -#define RENDER_OPENCSG_H_ - -#include <GL/glew.h> - -void renderCSGChainviaOpenCSG(class CSGChain *chain, GLint *shaderinfo, bool highlight, bool background); - -#endif |