aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/gwin_gl3d.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gwin/gwin_gl3d.h')
-rw-r--r--src/gwin/gwin_gl3d.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/gwin/gwin_gl3d.h b/src/gwin/gwin_gl3d.h
index 5dbfa893..205e681c 100644
--- a/src/gwin/gwin_gl3d.h
+++ b/src/gwin/gwin_gl3d.h
@@ -38,10 +38,6 @@ typedef struct GGL3DObject {
/* External declarations. */
/*===========================================================================*/
-#ifdef __cplusplus
-extern "C" {
-#endif
-
/**
* @brief Create a gl3d window.
* @return NULL if there is no resultant drawing area, otherwise a window handle.
@@ -64,10 +60,6 @@ GHandle gwinGGL3DCreate(GDisplay *g, GGL3DObject *gg, const GWindowInit *pInit);
/* Include the gl interface */
#include "../../3rdparty/tinygl-0.4-ugfx/include/GL/gl.h"
-#ifdef __cplusplus
-}
-#endif
-
#endif /* _GWIN_GL3D_H */
/** @} */