godot/platform/haiku/platform_config.h

7 lines
132 B
C
Raw Normal View History

2015-05-25 04:22:51 +08:00
#include <alloca.h>
2015-05-28 05:59:41 +08:00
// for ifaddrs.h needed in drivers/unix/ip_unix.cpp
#define _BSD_SOURCE 1
2015-05-28 08:42:40 +08:00
#define GLES2_INCLUDE_H <GL/glew.h>