diff options
Diffstat (limited to 'include/core/rect.h')
-rw-r--r-- | include/core/rect.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/core/rect.h b/include/core/rect.h index 4bca23c..df03fe6 100644 --- a/include/core/rect.h +++ b/include/core/rect.h @@ -26,6 +26,10 @@ #ifndef _COMPRECT_H #define _COMPRECT_H +/// +/// A 2D rectangle, which is likely in screen space. It's data is +/// isolated and can only be mutated with set() methods. +/// class CompRect { public: |