a706ef3272
https://github.com/tatsuhiro-t/wslay/commit/45d22583b488f79d5a4e598cc7675c191c5ab53f Mostly style changes, a couple new methods and fixes. Tweak file structure a bit.
11 lines
155 B
C++
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 */
|