#pragma once
#include "../Plateau.hpp"
class PlateauSafari : public Plateau {
public:
PlateauSafari(int taille);
virtual ~PlateauSafari();
};