|
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.
|
#include <string.h>#include "show.h"#include "utils.h"#include "server_handler.h"#include "client_management.h"
Go to the source code of this file.
Functions | |
| int | init_game_data (server_handler_t *server, struct arg_s **arguments) |
| The function to initialize every game data. | |
| int init_game_data | ( | server_handler_t * | server, |
| struct arg_s ** | arguments ) |
The function to initialize every game data.
| server | The general server structure |
| arguments | All parsed arguments passed as program parameter |
Definition at line 156 of file game_data_initialization.c.