mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-21 20:08:40 +03:00
8 lines
118 B
C++
8 lines
118 B
C++
#pragma once
|
|
|
|
#include "src/Window.h"
|
|
|
|
namespace WindowTheming
|
|
{
|
|
void SetWindowDarkMode(Ref<Nuake::Window> window);
|
|
} |