R-Type
Distributed multiplayer game engine in C++
Loading...
Searching...
No Matches
S2C.hpp
Go to the documentation of this file.
1/*
2** EPITECH PROJECT, 2025
3** Created on 09/12/2025.
4** File description:
5** S2C.hpp
6*/
7
8#pragma once
9
10#include "ChatMessage.hpp"
11#include "EntityDestroyed.hpp"
12#include "EntityState.hpp"
13#include "GameOver.hpp"
14#include "GameStart.hpp"
15#include "GameState.hpp"
16#include "GamerulePacket.hpp"
17#include "JoinedRoom.hpp"
18#include "LeftRoom.hpp"
19#include "LoginResponse.hpp"
20#include "RegisterResponse.hpp"
21#include "RoomCreated.hpp"
22#include "RoomList.hpp"
23#include "RoomState.hpp"
24