summaryrefslogtreecommitdiff
path: root/src/render-opencsg.h
diff options
context:
space:
mode:
authorkintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c>2010-02-10 16:43:43 (GMT)
committerkintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c>2010-02-10 16:43:43 (GMT)
commit12ad2eda30fb35fbb287e2cd94da5289b115c0be (patch)
tree252d66a39a74723b897f8d1eacd695a7fa8407be /src/render-opencsg.h
parent63c1154f8e434da1988dccac4101a51271083fe2 (diff)
Extracted OpenCSG code to separate files
git-svn-id: http://svn.clifford.at/openscad/trunk@434 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'src/render-opencsg.h')
-rw-r--r--src/render-opencsg.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/render-opencsg.h b/src/render-opencsg.h
new file mode 100644
index 0000000..9433cbe
--- /dev/null
+++ b/src/render-opencsg.h
@@ -0,0 +1,8 @@
+#ifndef RENDER_OPENCSG_H_
+#define RENDER_OPENCSG_H_
+
+#include <GL/glew.h>
+
+void renderCSGChainviaOpenCSG(class CSGChain *chain, GLint *shaderinfo, bool highlight, bool background);
+
+#endif
contact: Jan Huwald // Impressum