Start working on documentation generator
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
|
||||
// no header guards
|
||||
|
||||
#ifndef NAZARA_DOCGEN
|
||||
|
||||
#if !defined(NAZARA_OPENGLRENDERER_EGL_FUNC) || !defined(NAZARA_OPENGLRENDERER_EGL_FUNC_OPT)
|
||||
#error You must define NAZARA_OPENGLRENDERER_EGL_FUNC and NAZARA_OPENGLRENDERER_EGL_FUNC_OPT before including this file
|
||||
#endif
|
||||
@@ -29,3 +31,5 @@ NAZARA_OPENGLRENDERER_EGL_FUNC_OPT(eglCreatePlatformWindowSurfaceEXT, PFNEGLCREA
|
||||
|
||||
#undef NAZARA_OPENGLRENDERER_EGL_FUNC
|
||||
#undef NAZARA_OPENGLRENDERER_EGL_FUNC_OPT
|
||||
|
||||
#endif // NAZARA_DOCGEN
|
||||
|
||||
Reference in New Issue
Block a user