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
Functions
show_game_data.c File Reference
#include <stdio.h>
#include <string.h>
#include "show.h"
Include dependency graph for show_game_data.c:

Go to the source code of this file.

Functions

int show_game_data (server_handler_t *server, bool need_to_show)
 A function to display every data of the game.
 

Function Documentation

◆ show_game_data()

int show_game_data ( server_handler_t * server,
bool need_to_show )

A function to display every data of the game.

Parameters
serverThe general server structure
need_to_show(true) if we want to show it, (false) if not

Definition at line 137 of file show_game_data.c.