5#ifndef DUALIE_RECTANGLESHAPE_HPP 
    6#define DUALIE_RECTANGLESHAPE_HPP 
    9#include <Dualie/Graphics/Shape.hpp> 
A rectangle shape.
Definition RectangleShape.hpp:16
 
void setSize(const dl::Vector2f &size)
Sets the size of the rectangle.
Definition RectangleShape.cpp:15
 
void draw(const dl::Vector2f &viewOffset) override
Draws the drawable to the screen.
Definition RectangleShape.cpp:19
 
The base class for any shape.
Definition Shape.hpp:19