5#ifndef DUALIE_CIRCLESHAPE_HPP 
    6#define DUALIE_CIRCLESHAPE_HPP 
    8#include <Dualie/Graphics/Shape.hpp> 
A circle shape.
Definition CircleShape.hpp:15
 
void draw(const dl::Vector2f &viewOffset) override
Draws the drawable to the screen.
Definition CircleShape.cpp:20
 
void setRadius(float radius)
Sets the radius of the circle.
Definition CircleShape.cpp:15
 
The base class for any shape.
Definition Shape.hpp:19