mirror of
https://github.com/godotengine/godot.git
synced 2024-11-27 09:16:35 +08:00
a706ef3272
45d22583b4
Mostly style changes, a couple new methods and fixes.
Tweak file structure a bit.
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 */
|