summaryrefslogtreecommitdiff
path: root/thirdparty/wslay/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/wslay/config.h')
-rw-r--r--thirdparty/wslay/config.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/thirdparty/wslay/config.h b/thirdparty/wslay/config.h
new file mode 100644
index 0000000000..f291801ba1
--- /dev/null
+++ b/thirdparty/wslay/config.h
@@ -0,0 +1,10 @@
+#ifndef CONFIG_H
+#define CONFIG_H
+
+// -- GODOT start --
+#ifdef BIG_ENDIAN_ENABLED
+#define WORDS_BIGENDIAN
+#endif
+// -- GODOT end --
+
+#endif /* CONFIG_H */