summaryrefslogtreecommitdiff
path: root/include/apu.h
blob: 29a7543cd865898c90f54b01f91a6432d10f88bb (plain)
1
2
3
4
5
6
7
8
9
// Added to make the code easier to compile on multiple platforms

#ifdef __APPLE__
#include "apu_mac.h"
#elif defined(WIN32) || defined(_WIN32)
#include "apu.hw"
#else
ERROR !!! UNSUPPORTED PLATFORM
#endif