mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-12 16:58:39 +00:00
Basic Lan Implmentation
This commit is contained in:
parent
bc23a610d3
commit
f03922f218
26 changed files with 1414 additions and 2 deletions
|
@ -19,6 +19,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
|
||||
#pragma once
|
||||
|
||||
#include "network/lan.h"
|
||||
#include "irr_v3d.h"
|
||||
#include "map.h"
|
||||
#include "hud.h"
|
||||
|
@ -671,6 +672,9 @@ private:
|
|||
// The server mainly operates in this thread
|
||||
ServerThread *m_thread = nullptr;
|
||||
|
||||
// For local server discovery.
|
||||
lan_adv lan_adv_server;
|
||||
|
||||
/*
|
||||
Client interface
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue