diff options
| author | crupest <crupest@outlook.com> | 2022-05-08 18:46:32 +0800 |
|---|---|---|
| committer | crupest <crupest@outlook.com> | 2022-05-08 18:46:32 +0800 |
| commit | a7ca9057de3a01d5071406828f134e2e3bcfb49c (patch) | |
| tree | d5fb0ce03ba86b1cb6db36ad6922a5ed0f0d9810 /include/cru/osx/graphics/quartz/Convert.h | |
| parent | 75c8a508acc3388b2c2f624bdf00fb155cd914f9 (diff) | |
| download | cru-a7ca9057de3a01d5071406828f134e2e3bcfb49c.tar.gz cru-a7ca9057de3a01d5071406828f134e2e3bcfb49c.tar.bz2 cru-a7ca9057de3a01d5071406828f134e2e3bcfb49c.zip | |
...
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 |
