mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-15 12:22:30 +00:00
chore: initial commit
This commit is contained in:
commit
70b00c5c38
965 changed files with 264882 additions and 0 deletions
8
src/os/Compat.hpp
Normal file
8
src/os/Compat.hpp
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#ifndef OS_COMPAT_HPP
|
||||
#define OS_COMPAT_HPP
|
||||
|
||||
#if defined(WHOA_SYSTEM_MAC)
|
||||
#include "os/compat/Mac.hpp"
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue