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)
11
#include "
Connection/Connection.hpp
"
12
13
// Shared types
14
#include "
Shared/SharedTypes.hpp
"
15
16
// Client to Server messages
17
#include "
C2S/C2S.hpp
"
18
19
// Server to Client messages
20
#include "
S2C/S2C.hpp
"
21
C2S.hpp
Connection.hpp
S2C.hpp
SharedTypes.hpp
common
Serialization
Capnp
Messages
Messages.hpp
Generated by
1.9.8