mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-27 11:20:40 +00:00
COMMON: Add helper macro for printing rects
This commit is contained in:
parent
9d42bea857
commit
110b4f0991
@ -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 {
|
||||
|
||||
/**
|
||||
|
@ -52,10 +52,6 @@ typedef int16 TextAlignment;
|
||||
#define PORTS_FIRSTWINDOWID 2
|
||||
#define PORTS_FIRSTSCRIPTWINDOWID 3
|
||||
|
||||
#ifdef ENABLE_SCI32
|
||||
#define PRINT_RECT(x) (x).left,(x).top,(x).right,(x).bottom
|
||||
#endif
|
||||
|
||||
struct Port {
|
||||
uint16 id;
|
||||
int16 top, left;
|
||||
|
Loading…
Reference in New Issue
Block a user