You've already forked godot
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:
@@ -34,6 +34,8 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include "stddef.h"
|
||||
|
||||
typedef enum {
|
||||
XHR_READY_STATE_UNSENT = 0,
|
||||
XHR_READY_STATE_OPENED = 1,
|
||||
|
||||
Reference in New Issue
Block a user