Moved common_types::Rect from common to Common namespace

This commit is contained in:
archshift
2014-09-07 11:51:10 -07:00
parent 5472fd4d9b
commit 8fe5f2e2fe
3 changed files with 4 additions and 4 deletions

View File

@@ -27,7 +27,7 @@ public:
* @param src_rect Source rectangle in XFB to copy
* @param dst_rect Destination rectangle in output framebuffer to copy to
*/
void RenderXFB(const common::Rect& src_rect, const common::Rect& dst_rect);
void RenderXFB(const Common::Rect& src_rect, const Common::Rect& dst_rect);
/**
* Set the emulator window to use for renderer