mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 00:02:45 +03: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
|