2019-06-24 13:46:24 +00:00
|
|
|
#ifndef CONFIG_H
|
|
|
|
#define CONFIG_H
|
|
|
|
|
2021-11-19 12:28:01 +00:00
|
|
|
// -- GODOT start --
|
2019-06-24 13:46:24 +00:00
|
|
|
#ifdef BIG_ENDIAN_ENABLED
|
|
|
|
#define WORDS_BIGENDIAN
|
|
|
|
#endif
|
2021-11-19 12:28:01 +00:00
|
|
|
// -- GODOT end --
|
2019-06-24 13:46:24 +00:00
|
|
|
|
|
|
|
#endif /* CONFIG_H */
|