mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-20 07:59:18 +02:00
work
This commit is contained in:
18
network/network.cpp
Normal file
18
network/network.cpp
Normal file
@@ -0,0 +1,18 @@
|
||||
#include "network/network.h"
|
||||
#include "network/message.h"
|
||||
#include "Logs.h"
|
||||
|
||||
void network::connection::connected()
|
||||
{
|
||||
WriteLog("net: socket connected", logtype::net);
|
||||
}
|
||||
|
||||
void network::connection::message_received(message msg)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void network::connection::data_received(uint8_t *buffer, size_t len)
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user