1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Fix HTML5 HTTPClient includes

This commit is contained in:
Leon Krause
2017-11-15 23:02:36 +01:00
parent 15a20f9746
commit 6b34f10ab1

View File

@@ -34,6 +34,8 @@
extern "C" {
#endif
#include "stddef.h"
typedef enum {
XHR_READY_STATE_UNSENT = 0,
XHR_READY_STATE_OPENED = 1,