mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-15 04:22:28 +00:00
9 lines
122 B
C++
9 lines
122 B
C++
|
|
#ifndef OS_COMPAT_HPP
|
||
|
|
#define OS_COMPAT_HPP
|
||
|
|
|
||
|
|
#if defined(WHOA_SYSTEM_MAC)
|
||
|
|
#include "os/compat/Mac.hpp"
|
||
|
|
#endif
|
||
|
|
|
||
|
|
#endif
|