From a7ca9057de3a01d5071406828f134e2e3bcfb49c Mon Sep 17 00:00:00 2001 From: crupest Date: Sun, 8 May 2022 18:46:32 +0800 Subject: ... --- include/cru/osx/graphics/quartz/Convert.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/cru/osx/graphics/quartz/Convert.h') 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 -- cgit v1.2.3