diff options
| author | 2014-09-07 11:51:10 -0700 | |
|---|---|---|
| committer | 2014-09-08 15:43:36 -0700 | |
| commit | 8fe5f2e2fe33ccde39bc79898052a8f679222964 (patch) | |
| tree | 84b06d77b08b3ef5d67156c5b6e6c588fe7e6c6c /src/common | |
| parent | Added string_util to common, small changes in loader.cpp (diff) | |
| download | yuzu-8fe5f2e2fe33ccde39bc79898052a8f679222964.tar.gz yuzu-8fe5f2e2fe33ccde39bc79898052a8f679222964.tar.xz yuzu-8fe5f2e2fe33ccde39bc79898052a8f679222964.zip | |
Moved common_types::Rect from common to Common namespace
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/common_types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/common_types.h b/src/common/common_types.h index 9d41e5971..00fde828d 100644 --- a/src/common/common_types.h +++ b/src/common/common_types.h | |||
| @@ -100,7 +100,7 @@ union t128 { | |||
| 100 | __m128 a; ///< 128-bit floating point (__m128 maps to the XMM[0-7] registers) | 100 | __m128 a; ///< 128-bit floating point (__m128 maps to the XMM[0-7] registers) |
| 101 | }; | 101 | }; |
| 102 | 102 | ||
| 103 | namespace common { | 103 | namespace Common { |
| 104 | /// Rectangle data structure | 104 | /// Rectangle data structure |
| 105 | class Rect { | 105 | class Rect { |
| 106 | public: | 106 | public: |