Zappy - Year end project 2
This is a project that Epitech asked us to create in order to allow us to reveiw the notions of the current year.
Loading...
Searching...
No Matches
show.h
Go to the documentation of this file.
1/*
2** EPITECH PROJECT, 2024
3** my_zappy
4** File description:
5** show
6*/
7
8#ifndef SHOW_H_
9 #define SHOW_H_
10
11 #include "server_handler.h"
12
18int show_game_data(server_handler_t *server, bool need_to_show);
19
20#endif
int show_game_data(server_handler_t *server, bool need_to_show)
A function to display every data of the game.
A structure to store server general data.