diff options
| author | Miles Macklin <[email protected]> | 2018-03-19 15:10:24 +1300 |
|---|---|---|
| committer | Miles Macklin <[email protected]> | 2018-03-19 15:10:24 +1300 |
| commit | 8ee05c79ae1748ef132a12e4fb0af284899faec6 (patch) | |
| tree | 82bd5aa1892e28ce7886b6cfeafe66a47ff38e67 /demo/opengl/imguiRenderGL.h | |
| parent | Flex 1.2 (beta 2) (diff) | |
| download | flex-8ee05c79ae1748ef132a12e4fb0af284899faec6.tar.xz flex-8ee05c79ae1748ef132a12e4fb0af284899faec6.zip | |
Flex 1.2.0 release
Diffstat (limited to 'demo/opengl/imguiRenderGL.h')
| -rw-r--r-- | demo/opengl/imguiRenderGL.h | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/demo/opengl/imguiRenderGL.h b/demo/opengl/imguiRenderGL.h index b148341..6a0ef00 100644 --- a/demo/opengl/imguiRenderGL.h +++ b/demo/opengl/imguiRenderGL.h @@ -19,8 +19,11 @@ #ifndef IMGUI_RENDER_GL_H #define IMGUI_RENDER_GL_H -bool imguiRenderGLInit(const char* fontpath); -void imguiRenderGLDestroy(); -void imguiRenderGLDraw(); +namespace OGL_Renderer +{ + bool imguiRenderGLInit(const char* fontpath); + void imguiRenderGLDestroy(); + void imguiRenderGLDraw(); +} -#endif // IMGUI_RENDER_GL_H
\ No newline at end of file +#endif // IMGUI_RENDER_GL_H |