Core/Bitset:

This commit is contained in:
Lynix
2018-03-06 20:25:29 +01:00
parent 464419db73
commit 3036c32d9d
5 changed files with 19 additions and 16 deletions

View File

@@ -71,6 +71,7 @@ Nazara Engine:
- PhysWorld3D class is now movable
- ⚠️ Removed array/pointer constructor from Vector classes
- Fixed Platform module not being classified as client-only
- ⚠️ Renamed Bitset::Read to Bitset::Write
Nazara Development Kit:
- Added ImageWidget (#139)