#include <iostream>
#include <string>
#include <allegro5/allegro.h>
#include <allegro5/allegro_image.h>
#include <allegro5/allegro_font.h>
#include <allegro5/allegro_ttf.h>
#include <allegro5/allegro_native_dialog.h>
#include <map>
#include "../map/Map.hpp"
#include "../map/mapType/MapObjective.hpp"
#include "../evolution/Controller.hpp"
#include "../map/Position.hpp"
#include "../usefull/Usefull.hpp"
#include "../exception/WindowNotCreatedException.hpp"
#include "../exception/EventListNotCreatedException.hpp"
Go to the source code of this file.
| #define AUTO_AFFICHAGE true |