1
0
Fork 0
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:
DustyBagel 2024-06-21 16:33:44 -05:00
parent bc23a610d3
commit f03922f218
26 changed files with 1414 additions and 2 deletions

View file

@ -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
*/