aboutsummaryrefslogtreecommitdiff
path: root/Src/Wasabi/api/wnd/canvas.h
diff options
context:
space:
mode:
Diffstat (limited to 'Src/Wasabi/api/wnd/canvas.h')
-rw-r--r--Src/Wasabi/api/wnd/canvas.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Src/Wasabi/api/wnd/canvas.h b/Src/Wasabi/api/wnd/canvas.h
new file mode 100644
index 00000000..50e7d8c6
--- /dev/null
+++ b/Src/Wasabi/api/wnd/canvas.h
@@ -0,0 +1,5 @@
+#ifdef _WIN32
+#include <api/wnd/platform/win32/canvas.h>
+#elif defined(__APPLE__)
+#include <api/wnd/platform/osx/canvas.h>
+#endif \ No newline at end of file