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
Data Fields
map_s Struct Reference

A structure to store every tiles content (Must be an 2D array) More...

#include <server_handler.h>

Collaboration diagram for map_s:
Collaboration graph

Data Fields

int player_nb
 
ressources_t ressources
 

Detailed Description

A structure to store every tiles content (Must be an 2D array)

Parameters
player_nbThe number of player in a tile
ressourcesThe number of ressourcees in a tile

Definition at line 91 of file server_handler.h.

Field Documentation

◆ player_nb

int map_s::player_nb

Definition at line 92 of file server_handler.h.

◆ ressources

ressources_t map_s::ressources

Definition at line 93 of file server_handler.h.


The documentation for this struct was generated from the following file: