diff options
Diffstat (limited to 'pugl/pugl_internal.h')
-rw-r--r-- | pugl/pugl_internal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pugl/pugl_internal.h b/pugl/pugl_internal.h index 8cdada8..88f59f2 100644 --- a/pugl/pugl_internal.h +++ b/pugl/pugl_internal.h @@ -24,6 +24,8 @@ #include "pugl.h" +void puglDefaultReshape(PuglView* view, int width, int height); + typedef struct PuglInternalsImpl PuglInternals; struct PuglViewImpl { |