Files
Nuake-custom/Editor/src/Misc/WindowTheming.cpp
antopilo c15bf532ae Compilation succesful on Linux Ubuntu
Probably broke a lot of things
2023-09-27 01:48:05 -04:00

10 lines
122 B
C++

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