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
src
server
include
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
18
int
show_game_data
(
server_handler_t
*server,
bool
need_to_show);
19
20
#endif
server_handler.h
show_game_data
int show_game_data(server_handler_t *server, bool need_to_show)
A function to display every data of the game.
Definition
show_game_data.c:137
server_handler_s
A structure to store server general data.
Definition
server_handler.h:137