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