I am getting errors in Rect.inl on lines 67, 68 and 69.
Top, Width and Height should be top, width and height.
Not so important, but I am also getting warnings inside Rect.inl on line 40.
The left, top, width and height declarations are shadowing the members of Rect.
The parameters should get a different name.
Edit: I also have warnings in Font.hpp on line 222 for the same reason.