thunderbrew/src/os/Compat.hpp

9 lines
118 B
C++
Raw Normal View History

2023-01-02 13:17:18 -06:00
#ifndef OS_COMPAT_HPP
#define OS_COMPAT_HPP
#if defined(WHOA_SYSTEM_MAC)
#include "os/mac/Compat.hpp"
2023-01-02 13:17:18 -06:00
#endif
#endif