R-Type  2
Doom but in better
Loading...
Searching...
No Matches
Network.hpp
Go to the documentation of this file.
1/*
2** EPITECH PROJECT, 2024
3** rtype (Workspace)
4** File description:
5** Network.hpp
6*/
7
13#pragma once
Enum for the different types of messages that can be eschanged with the server.
This file defines the NetworkManager class, which handles UDP socket communication for sending and re...
This file defines the Packet class responsible for serializing and deserializing a custom binary UDP ...