thunderbrew/src/os/Compat.hpp

8 lines
118 B
C++

#ifndef OS_COMPAT_HPP
#define OS_COMPAT_HPP
#if defined(WHOA_SYSTEM_MAC)
#include "os/mac/Compat.hpp"
#endif
#endif