aboutsummaryrefslogtreecommitdiff
path: root/include/cru/osx/graphics/quartz/Convert.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/osx/graphics/quartz/Convert.hpp')
-rw-r--r--include/cru/osx/graphics/quartz/Convert.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/cru/osx/graphics/quartz/Convert.hpp b/include/cru/osx/graphics/quartz/Convert.hpp
index 89ade584..f217e549 100644
--- a/include/cru/osx/graphics/quartz/Convert.hpp
+++ b/include/cru/osx/graphics/quartz/Convert.hpp
@@ -4,6 +4,9 @@
#include <CoreGraphics/CoreGraphics.h>
namespace cru::platform::graphics::osx::quartz {
+CFStringRef Convert(const String& string);
+String Convert(CFStringRef string);
+
CGAffineTransform Convert(const Matrix& matrix);
Matrix Convert(const CGAffineTransform& matrix);