diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/rect.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/rect.h b/common/rect.h index e6534e55d3..6c4292c7af 100644 --- a/common/rect.h +++ b/common/rect.h @@ -27,6 +27,8 @@ #include "common/util.h" #include "common/debug.h" +#define PRINT_RECT(x) (x).left,(x).top,(x).right,(x).bottom + namespace Common { /** |