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:
parent
bafcde805c
commit
e6a069119b
1 changed files with 3 additions and 0 deletions
|
|
@ -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::poll() {
|
||||
}
|
||||
|
||||
EMWSServer::EMWSServer() {
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue