summaryrefslogtreecommitdiffstats
path: root/src/common/math_util.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2019-05-29 08:47:01 +0200
committerRodrigo Locatti <reinuseslisp@airmail.cc>2019-05-31 09:44:02 +0200
commit1edf018319a7ca7fcc88406f1fd73e180b7c0b63 (patch)
treef9e110a03f3ce287cd7c9a5a6a7eb07948fd2f72 /src/common/math_util.h
parentMerge pull request #1931 from DarkLordZach/mii-database-1 (diff)
downloadyuzu-1edf018319a7ca7fcc88406f1fd73e180b7c0b63.tar
yuzu-1edf018319a7ca7fcc88406f1fd73e180b7c0b63.tar.gz
yuzu-1edf018319a7ca7fcc88406f1fd73e180b7c0b63.tar.bz2
yuzu-1edf018319a7ca7fcc88406f1fd73e180b7c0b63.tar.lz
yuzu-1edf018319a7ca7fcc88406f1fd73e180b7c0b63.tar.xz
yuzu-1edf018319a7ca7fcc88406f1fd73e180b7c0b63.tar.zst
yuzu-1edf018319a7ca7fcc88406f1fd73e180b7c0b63.zip
Diffstat (limited to 'src/common/math_util.h')
-rw-r--r--src/common/math_util.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/math_util.h b/src/common/math_util.h
index cff3d48c5..d6c35ee89 100644
--- a/src/common/math_util.h
+++ b/src/common/math_util.h
@@ -41,4 +41,7 @@ struct Rectangle {
}
};
+template <typename T>
+Rectangle(T, T, T, T)->Rectangle<T>;
+
} // namespace Common