mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-22 20:06:49 +01:00
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 */
|