haiku support yayyy

This commit is contained in:
Mars 2025-05-03 19:13:28 +00:00
parent 054a98298b
commit 311484b724
7 changed files with 488 additions and 19 deletions

View file

@ -1,6 +1,6 @@
#pragma once
#if defined(__linux__) || defined(__FreeBSD__) || defined(__DragonFly__) || defined(__NetBSD__)
#if defined(__linux__) || defined(__FreeBSD__) || defined(__DragonFly__) || defined(__NetBSD__) || defined(__HAIKU__)
// clang-format off
#include <wayland-client.h> // Wayland client library
@ -96,4 +96,4 @@ namespace wl {
};
} // namespace wl
#endif // __linux__ || __FreeBSD__ || __DragonFly__ || __NetBSD__
#endif // __linux__ || __FreeBSD__ || __DragonFly__ || __NetBSD__ || __HAIKU__