Files
Nuake/NuakeEditor/Source/Editor/Misc/WindowTheming.h
2025-01-30 22:41:17 -05:00

8 lines
120 B
C++

#pragma once
#include "Nuake/Window.h"
namespace WindowTheming
{
void SetWindowDarkMode(Ref<Nuake::Window> window);
}