mirror of
https://github.com/Blinue/Magpie.git
synced 2026-06-24 02:04:10 +00:00
6 lines
220 B
C++
6 lines
220 B
C++
#include "pch.h"
|
|
#include "CursorManager.h"
|
|
|
|
|
|
UINT CursorManager::_WM_NEWCURSOR32 = RegisterWindowMessage(L"MAGPIE_WM_NEWCURSOR32");
|
|
UINT CursorManager::_WM_NEWCURSOR64 = RegisterWindowMessage(L"MAGPIE_WM_NEWCURSOR64");
|