1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-01 17:38:41 +00:00

Split internal parts from connection.h

This commit is contained in:
sfan5 2024-03-07 15:10:52 +01:00
parent dfba79f8ff
commit 24f2c38093
5 changed files with 562 additions and 522 deletions

View file

@ -20,9 +20,13 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#pragma once
/********************************************/
/* may only be included from in src/network */
/********************************************/
#include <cassert>
#include "threading/thread.h"
#include "connection.h"
#include "connection_internal.h"
namespace con
{