You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
[Web] Rename JavaScript platform to Web.
Also rename export name from "HTML5" to "Web".
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
#ifndef WEBRTC_DATA_CHANNEL_JS_H
|
||||
#define WEBRTC_DATA_CHANNEL_JS_H
|
||||
|
||||
#ifdef JAVASCRIPT_ENABLED
|
||||
#ifdef WEB_ENABLED
|
||||
|
||||
#include "webrtc_data_channel.h"
|
||||
|
||||
@@ -89,6 +89,6 @@ public:
|
||||
~WebRTCDataChannelJS();
|
||||
};
|
||||
|
||||
#endif // JAVASCRIPT_ENABLED
|
||||
#endif // WEB_ENABLED
|
||||
|
||||
#endif // WEBRTC_DATA_CHANNEL_JS_H
|
||||
|
||||
Reference in New Issue
Block a user