Platform/WindowManager: Rename to WindowBackend

This commit is contained in:
SirLynix
2022-04-23 16:26:59 +02:00
parent e7274b24e9
commit 2389a2fe53
8 changed files with 19 additions and 22 deletions

View File

@@ -12,7 +12,7 @@
namespace Nz
{
enum class WindowManager
enum class WindowBackend
{
Invalid,
@@ -24,7 +24,7 @@ namespace Nz
struct WindowHandle
{
WindowManager type = WindowManager::Invalid;
WindowBackend type = WindowBackend::Invalid;
union
{