You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-15 13:51:40 +00:00
45d22583b4Mostly style changes, a couple new methods and fixes. Tweak file structure a bit. (cherry picked from commita706ef3272)
11 lines
155 B
C++
11 lines
155 B
C++
#ifndef CONFIG_H
|
|
#define CONFIG_H
|
|
|
|
// -- GODOT start --
|
|
#ifdef BIG_ENDIAN_ENABLED
|
|
#define WORDS_BIGENDIAN
|
|
#endif
|
|
// -- GODOT end --
|
|
|
|
#endif /* CONFIG_H */
|