mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 11:12:29 +00:00
8 lines
118 B
C++
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
|