diff options
Diffstat (limited to 'src/lib/types.h')
| -rw-r--r-- | src/lib/types.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/types.h b/src/lib/types.h index f9e9b2f4b..5e4826918 100644 --- a/src/lib/types.h +++ b/src/lib/types.h @@ -105,6 +105,8 @@ struct Rect } Rect intersection (Rect const & other) const; + + bool contains (Position) const; }; #endif |
