diff options
Diffstat (limited to 'pugl/detail/mac.m')
-rw-r--r-- | pugl/detail/mac.m | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pugl/detail/mac.m b/pugl/detail/mac.m index e8a5d57..f530c2e 100644 --- a/pugl/detail/mac.m +++ b/pugl/detail/mac.m @@ -695,6 +695,12 @@ puglFreeWorldInternals(PuglWorld* world) free(world->impl); } +void* +puglGetNativeWorld(PuglWorld* world) +{ + return NULL; +} + PuglInternals* puglInitViewInternals(void) { |