mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-18 18:06:56 +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 */
|