You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
Add missing EMWSServer::poll function.
Empty of course as server is not supported in HTML5, but the symbol must be defined.
This commit is contained in:
@@ -71,6 +71,9 @@ int EMWSServer::get_peer_port(int p_peer_id) const {
|
|||||||
void EMWSServer::disconnect_peer(int p_peer_id, int p_code, String p_reason) {
|
void EMWSServer::disconnect_peer(int p_peer_id, int p_code, String p_reason) {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void EMWSServer::poll() {
|
||||||
|
}
|
||||||
|
|
||||||
EMWSServer::EMWSServer() {
|
EMWSServer::EMWSServer() {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user