godot/thirdparty/wslay/config.h
Rémi Verschelde a706ef3272
wslay: Sync with upstream 45d22583b
45d22583b4

Mostly style changes, a couple new methods and fixes.
Tweak file structure a bit.
2021-11-19 15:47:20 +01:00

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 */