diff --git a/SakuraCore/src/Window.h b/SakuraCore/src/Window.h index 6c1fb47..8f84b57 100644 --- a/SakuraCore/src/Window.h +++ b/SakuraCore/src/Window.h @@ -9,6 +9,7 @@ namespace SakuraVNE { struct WindowData { + std::span windowFlags; std::string title = "Window Title"; int width = 1280; int height = 720; @@ -30,9 +31,7 @@ public: void Destroy(); void Update(); - // TODO: implement void AddFlags(std::span flags = {}); - // TODO: implement void RemoveFlags(std::span flags = {}); void Resize(); void ProcessEvent(const SDL_Event &event);