1,554
edits
(→Whitespaces: Added vertical alignment) |
(→Whitespaces: -- use proper C++ for Vertical alignment example) |
||
Line 154: | Line 154: | ||
int morefoo = 3; | int morefoo = 3; | ||
Common::Rect *r = Common::Rect(x, | Common::Rect *r = new Common::Rect(x, | ||
y, | |||
x + w, | |||
y + h); | |||
</source> | </source> | ||