Corewar documentation 1.0.0
|
The file containing the champion functions. More...
#include "../include/corewar.h"
Functions | |
int | get_next_champion_number (void) |
Get the next champion number disponible. | |
int | champion_number_exist (int number) |
Check if a champion number exist. | |
int | analyse_champions (void) |
Analyse each champion files and complete the champion structure. | |
champion_t * | get_champion_by_number (int number) |
Get a champion by its number. | |
The file containing the champion functions.
int analyse_champions | ( | void | ) |
Analyse each champion files and complete the champion structure.
int champion_number_exist | ( | int | number | ) |
Check if a champion number exist.
number | The champion number |
champion_t * get_champion_by_number | ( | int | number | ) |
Get a champion by its number.
number | The champion number |
int get_next_champion_number | ( | void | ) |
Get the next champion number disponible.