Clean up main and argument parsing
This commit is contained in:
16
Editor/src/Misc/WindowTheming.cpp
Normal file
16
Editor/src/Misc/WindowTheming.cpp
Normal file
@@ -0,0 +1,16 @@
|
||||
#include "WindowTheming.h"
|
||||
|
||||
#include <GLFW/glfw3.h>
|
||||
|
||||
#define GLFW_EXPOSE_NATIVE_WIN32
|
||||
#include <GLFW/glfw3native.h>
|
||||
|
||||
#include <dwmapi.h>
|
||||
|
||||
namespace WindowTheming
|
||||
{
|
||||
void SetWindowDarkMode(Ref<Nuake::Window> window)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user