|
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.
|
A structure to count ressources in the game. More...
#include <server_handler.h>

Data Fields | |
| int | food_nb |
| int | linemate_nb |
| int | deraumere_nb |
| int | sibur_nb |
| int | mendiane_nb |
| int | phiras_nb |
| int | thystame_nb |
A structure to count ressources in the game.
| food_nb | |
| linemate_nb | |
| deraumere_nb | |
| sibur_nb | |
| mendiane_nb | |
| phiras_nb | |
| thystame_nb |
Definition at line 53 of file server_handler.h.
| int ressources_s::deraumere_nb |
Definition at line 56 of file server_handler.h.
| int ressources_s::food_nb |
Definition at line 54 of file server_handler.h.
| int ressources_s::linemate_nb |
Definition at line 55 of file server_handler.h.
| int ressources_s::mendiane_nb |
Definition at line 58 of file server_handler.h.
| int ressources_s::phiras_nb |
Definition at line 59 of file server_handler.h.
| int ressources_s::sibur_nb |
Definition at line 57 of file server_handler.h.
| int ressources_s::thystame_nb |
Definition at line 60 of file server_handler.h.