Trying out generic thread pool

This commit is contained in:
Dynamitos
2021-10-12 14:20:30 +02:00
parent a6f784e6a1
commit 99760724cd
6 changed files with 88 additions and 4 deletions
-1
View File
@@ -4,7 +4,6 @@
namespace Seele
{
DECLARE_REF(Window)
// A view is a part of the window, which can be anything from a scene viewport to an inspector
class View
{