R-Type
Distributed multiplayer game engine in C++
Loading...
Searching...
No Matches
Messages.hpp
Go to the documentation of this file.
1/*
2** EPITECH PROJECT, 2025
3** Created on 09/12/2025.
4** File description:
5** Messages.hpp
6*/
7
8#pragma once
9
10// Connection messages (handshake, ping/pong)
12
13// Shared types
15
16// Client to Server messages
17#include "C2S/C2S.hpp"
18
19// Server to Client messages
20#include "S2C/S2C.hpp"
21