diff options
Diffstat (limited to 'include/cru/osx/graphics/quartz/Convert.h')
-rw-r--r-- | include/cru/osx/graphics/quartz/Convert.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/cru/osx/graphics/quartz/Convert.h b/include/cru/osx/graphics/quartz/Convert.h index 8d486069..be56b959 100644 --- a/include/cru/osx/graphics/quartz/Convert.h +++ b/include/cru/osx/graphics/quartz/Convert.h @@ -20,4 +20,5 @@ CGRect Convert(const Rect& rect); Rect Convert(const CGRect& rect); CGDataProviderRef ConvertStreamToCGDataProvider(io::Stream* stream); +CGDataConsumerRef ConvertStreamToCGDataConsumer(io::Stream* stream); } // namespace cru::platform::graphics::osx::quartz |