godot/platform/flash/platform_config.h

13 lines
216 B
C
Raw Normal View History

#ifndef PLATFORM_CONFIG_H
#define PLATFORM_CONFIG_H
#include <stdlib.h>
//#define alloca __builtin_alloca
#define _FORCE_INLINE_ __attribute__((always_inline)) inline
#define _glClearDepthf glClearDepthf
#endif