10 lines
122 B
C++
10 lines
122 B
C++
#include "WindowTheming.h"
|
|
|
|
|
|
namespace WindowTheming
|
|
{
|
|
void SetWindowDarkMode(Ref<Nuake::Window> window)
|
|
{
|
|
|
|
}
|
|
} |