X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cb71207424c20cc8aa39280e108a9bb12cb379e1..3682ea7d2cafc2cbb3f9093e0f864dfff54327dd:/samples/opengl/penguin/lw.h diff --git a/samples/opengl/penguin/lw.h b/samples/opengl/penguin/lw.h index be8c727bb5..ebe5bda2d3 100644 --- a/samples/opengl/penguin/lw.h +++ b/samples/opengl/penguin/lw.h @@ -61,6 +61,7 @@ typedef struct { extern "C" { #endif +#if wxUSE_GLCANVAS int lw_is_lwobject(const char *lw_file); lwObject *lw_object_read(const char *lw_file); void lw_object_free( lwObject *lw_object); @@ -68,6 +69,7 @@ void lw_object_show(const lwObject *lw_object); GLfloat lw_object_radius(const lwObject *lw_object); void lw_object_scale (lwObject *lw_object, GLfloat scale); +#endif #ifdef __cplusplus }