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
fill.c File Reference
#include "server_handler.h"
Include dependency graph for fill.c:

Go to the source code of this file.

Functions

void refill_map (game_data_t *game_data)
 Refill the map with ressources (use in runtime)
 
void fill_map (server_handler_t *server)
 Fill the map with ressources (use in initialization)
 

Function Documentation

◆ fill_map()

void fill_map ( server_handler_t * server)

Fill the map with ressources (use in initialization)

Parameters
serverThe general server structure

Definition at line 68 of file fill.c.

◆ refill_map()

void refill_map ( game_data_t * game_data)

Refill the map with ressources (use in runtime)

Parameters
game_dataThe structure where game data are stored

Definition at line 63 of file fill.c.