aboutsummaryrefslogtreecommitdiff
path: root/Src/tataki/bitmap/bitmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'Src/tataki/bitmap/bitmap.h')
-rw-r--r--Src/tataki/bitmap/bitmap.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/Src/tataki/bitmap/bitmap.h b/Src/tataki/bitmap/bitmap.h
new file mode 100644
index 00000000..3eced689
--- /dev/null
+++ b/Src/tataki/bitmap/bitmap.h
@@ -0,0 +1,7 @@
+#ifdef _WIN32
+#include "win/bitmap.h"
+#elif defined(__APPLE__)
+#include "mac/osx_bitmap_cgimage.h"
+#else
+#error port me
+#endif \ No newline at end of file