summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core/VideoCommon')
-rw-r--r--Source/Core/VideoCommon/Src/VideoCommon.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/Src/VideoCommon.h b/Source/Core/VideoCommon/Src/VideoCommon.h
index 33a91c2798..1f891631f3 100644
--- a/Source/Core/VideoCommon/Src/VideoCommon.h
+++ b/Source/Core/VideoCommon/Src/VideoCommon.h
@@ -52,4 +52,9 @@ inline float Memory_Read_Float(u32 _uAddress)
return temp.f;
}
+struct TRectangle
+{
+ int left, top, right, bottom;
+};
+
#endif // _VIDEOCOMMON_H