Add widgets (WIP)

This commit is contained in:
Jérôme Leclercq
2021-10-04 09:25:45 +02:00
parent 68708c54f7
commit a66f6faed1
31 changed files with 1955 additions and 24 deletions

View File

@@ -74,6 +74,8 @@ namespace Nz
Max = RightTop
};
constexpr std::size_t RectCornerCount = UnderlyingCast(RectCorner::Max) + 1;
}
#endif // NAZARA_ENUMS_MATH_HPP