|
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.
|
| ▼Nconvert_data | |
| CConvertData | |
| ▼NException | |
| CArgumentHandling | |
| ▼Nglobal_variables | |
| CCommands | |
| CGlobalVariables | |
| CItems | |
| CMessageColours | |
| CServerData | |
| CTranslationReference | |
| CUserArguments | |
| ▼NGui | |
| CParsing | |
| ▼Nlogistics | |
| CLogistics | |
| ▼Nmain | |
| CMain | |
| ▼Ntcp_server | |
| CTCPServer | |
| ▼Ntest_constants | |
| CCI | Just a dummy class with data |
| CTestConstants | Test the constants from the dummy class CI |
| ▼Ntest_main | |
| CTestMainFunctions | Test the test functions that are not sure |
| Carg_s | |
| Ccli_s | A structure to store every client/player data |
| Ccommand_s | Define structure of a command @command being the trigger string @opt Currently unused @arg_nb number of argument taken by command @command_fct Function pointer to command function |
| Cgame_data_s | A structure to store the game data |
| Cmap_s | A structure to store every tiles content (Must be an 2D array) |
| Coption_list_s | |
| Coption_s | |
| Cressources_s | A structure to count ressources in the game |
| Cserver_handler_s | A structure to store server general data |
| Cteam_s | A structure to store every team data |