mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-09 20:08:57 +03:00
10 lines
122 B
C++
10 lines
122 B
C++
#include "WindowTheming.h"
|
|
|
|
|
|
namespace WindowTheming
|
|
{
|
|
void SetWindowDarkMode(Ref<Nuake::Window> window)
|
|
{
|
|
|
|
}
|
|
} |