From bcb879240f96764b8f17da2878fc0784c51b6054 Mon Sep 17 00:00:00 2001 From: crupest Date: Thu, 19 Aug 2021 23:27:00 +0800 Subject: ... --- include/cru/osx/Exception.hpp | 9 +++++++++ include/cru/osx/graphics/native/Factory.hpp | 1 + 2 files changed, 10 insertions(+) create mode 100644 include/cru/osx/Exception.hpp create mode 100644 include/cru/osx/graphics/native/Factory.hpp (limited to 'include/cru') diff --git a/include/cru/osx/Exception.hpp b/include/cru/osx/Exception.hpp new file mode 100644 index 00000000..34c4a06c --- /dev/null +++ b/include/cru/osx/Exception.hpp @@ -0,0 +1,9 @@ +#pragma once +#include "cru/platform/Exception.hpp" + +namespace cru::platform::osx { + class OsxException : PlatformException { + public: + using PlatformException::PlatformException; + }; +} diff --git a/include/cru/osx/graphics/native/Factory.hpp b/include/cru/osx/graphics/native/Factory.hpp new file mode 100644 index 00000000..6f70f09b --- /dev/null +++ b/include/cru/osx/graphics/native/Factory.hpp @@ -0,0 +1 @@ +#pragma once -- cgit v1.2.3