pandemonium_engine/thirdparty/wslay/config.h

11 lines
167 B
C++

#ifndef CONFIG_H
#define CONFIG_H
// -- PANDEMONIUM start --
#ifdef BIG_ENDIAN_ENABLED
#define WORDS_BIGENDIAN
#endif
// -- PANDEMONIUM end --
#endif /* CONFIG_H */