summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
authorhrydgard <hrydgard@gmail.com>2008-12-26 12:24:15 +0000
committerhrydgard <hrydgard@gmail.com>2008-12-26 12:24:15 +0000
commitafc87eb5aea19de2d1ada70d61802fd6116a6289 (patch)
treecd379ca934034a2067d61ceea79b492c1524ee26 /Source/Core
parent974ff690f6565a751668dfce6b7b743716566829 (diff)
cut dependencies, clean code
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1685 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core')
-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