godot/platform/haiku/platform_config.h

7 lines
140 B
C
Raw Normal View History

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