1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-13 13:31:48 +00:00

ClassDB: Provide the enum name of integer constants

This commit is contained in:
Ignacio Etcheverry
2017-08-20 17:45:01 +02:00
parent f6c39830cb
commit 32dd9a9f66
107 changed files with 2059 additions and 1894 deletions

View File

@@ -137,4 +137,6 @@ public:
~HTTPRequest();
};
VARIANT_ENUM_CAST(HTTPRequest::Result);
#endif // HTTPREQUEST_H