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