Map_element - Minigrim0/ElectricPreacher GitHub Wiki The Map_element class An abstract class, defining the base for each element of the map (Ground, wall, ...) Map_element Methods Constructors ~MapElement() Getters bool get_accessibility(int) const = 0 SDL_Rect* get_rect() const = 0 Setters void set_accessibility(int, bool) = 0 void set_rect(SDL_Rect) = 0 void set_rect(int, int, int, int) = 0 Others int draw(Screen*, int, int) = 0 int draw(Screen*, SDL_Rect) = 0 ⚠️ **GitHub.com Fallback** ⚠️