#ifndef CONFIG_H
#define CONFIG_H
// -- GODOT start --
#ifdef BIG_ENDIAN_ENABLED
#define WORDS_BIGENDIAN
#endif
// -- GODOT end --
#endif /* CONFIG_H */