diff options
Diffstat (limited to 'src/render-opencsg.h')
-rw-r--r-- | src/render-opencsg.h | 8 |
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 |