aboutsummaryrefslogtreecommitdiff
path: root/Src/tataki/bitmap/bitmap.h
blob: 3eced689df88d3a037fb97baa831a50eb26be7e3 (plain) (blame)
1
2
3
4
5
6
7
#ifdef _WIN32
#include "win/bitmap.h"
#elif defined(__APPLE__)
#include "mac/osx_bitmap_cgimage.h"
#else
#error port me
#endif