11 lines
309 B
C
11 lines
309 B
C
#ifndef __OpenGLExample_OpenGLImmediateModeSupport_H__
|
|
#define __OpenGLExample_OpenGLImmediateModeSupport_H__
|
|
|
|
#include "PolyVoxCore/PolyVoxForwardDeclarations.h"
|
|
|
|
#include "glew/glew.h"
|
|
|
|
void renderRegion(PolyVox::IndexedSurfacePatch& isp);
|
|
|
|
#endif //__OpenGLExample_OpenGLImmediateModeSupport_H__
|