mirror of
https://github.com/godotengine/godot.git
synced 2024-11-26 22:23:04 +00:00
f2a068984c
-add search docs dialog that returns places string was found -added flash
13 lines
216 B
C
13 lines
216 B
C
|
|
#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
|
|
|