mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-16 01:45:36 +02:00
Split internal parts from connection.h
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user