pandemonium_engine/thirdparty/wslay/config.h

11 lines
167 B
C++
Raw Normal View History

#ifndef CONFIG_H
#define CONFIG_H
2022-03-23 20:46:05 +01:00
// -- PANDEMONIUM start --
#ifdef BIG_ENDIAN_ENABLED
#define WORDS_BIGENDIAN
#endif
2022-03-23 20:46:05 +01:00
// -- PANDEMONIUM end --
#endif /* CONFIG_H */