godot/platform/haiku/platform_config.h

7 lines
132 B
C
Raw Normal View History

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