5c6e39b2a6
45d22583b4
Mostly style changes, a couple new methods and fixes. Tweak file structure a bit. (cherry picked from commita706ef3272
)
10 lines
155 B
C++
10 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 */
|