mirror of
https://github.com/Blinue/Magpie.git
synced 2026-06-24 02:04:10 +00:00
6 lines
180 B
C++
6 lines
180 B
C++
#include "pch.h"
|
|
#include "MagWindow.h"
|
|
|
|
std::unique_ptr<MagWindow> MagWindow::$instance = nullptr;
|
|
|
|
UINT MagWindow::_WM_NEWCURSOR = RegisterWindowMessage(L"MAGPIE_WM_NEWCURSOR");
|