mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 16:41:34 +00:00
9 lines
115 B
C++
9 lines
115 B
C++
|
|
#ifndef CONFIG_H
|
||
|
|
#define CONFIG_H
|
||
|
|
|
||
|
|
#ifdef BIG_ENDIAN_ENABLED
|
||
|
|
#define WORDS_BIGENDIAN
|
||
|
|
#endif
|
||
|
|
|
||
|
|
#endif /* CONFIG_H */
|