switch udp networking to boost implementation

This commit is contained in:
Lion Kortlepel
2022-10-05 12:14:25 +02:00
parent 30482d290a
commit 6e97a3cd6e
5 changed files with 41 additions and 57 deletions

5
include/BoostAliases.h Normal file
View File

@@ -0,0 +1,5 @@
#pragma once
#include <boost/asio.hpp>
using namespace boost::asio;