Initial support for Haiku.

This commit is contained in:
Augustin Cavalier 2017-02-22 12:21:10 -05:00
commit 0831dad467
17 changed files with 236 additions and 15 deletions

View file

@ -35,6 +35,8 @@ const u32 m_os = OS_ALL | OS_LINUX;
const u32 m_os = OS_ALL | OS_FREEBSD;
#elif __OpenBSD__
const u32 m_os = OS_ALL | OS_OPENBSD;
#elif __HAIKU__
const u32 m_os = OS_ALL | OS_HAIKU;
#endif
static API m_api = API_OPENGL;