mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-01 16:39:36 +01:00
11 lines
167 B
C++
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 */
|