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

@@ -26,6 +26,7 @@ namespace Nz
friend class Physics2D;
friend class Physics3D;
friend class Utility;
friend class Widgets;
public:
using Dependencies = TypeList<Core>;