summaryrefslogtreecommitdiff
path: root/thirdparty/wslay/config.h
blob: f291801ba14cf3e1806550f55d6f5e04da263b04 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef CONFIG_H
#define CONFIG_H

// -- GODOT start --
#ifdef BIG_ENDIAN_ENABLED
#define WORDS_BIGENDIAN
#endif
// -- GODOT end --

#endif /* CONFIG_H */