8 lines
120 B
C++
8 lines
120 B
C++
#pragma once
|
|
|
|
#include "Nuake/Window.h"
|
|
|
|
namespace WindowTheming
|
|
{
|
|
void SetWindowDarkMode(Ref<Nuake::Window> window);
|
|
} |