a little documentation never hurt anyone

This commit is contained in:
arthur.jamet
2021-05-22 01:14:21 +02:00
parent 023890fd05
commit 8ca3ebcdc4
33 changed files with 33 additions and 3 deletions

View File

@@ -12,6 +12,7 @@
#include "Drawables/ADrawable2D.hpp"
namespace RAY::Drawables::Drawables2D {
//! @brief Rectangle in a two-dimensionnal space
class Rectangle: public ADrawable2D
{
public: