aboutsummaryrefslogtreecommitdiff
path: root/src/win/native/god_window_message.hpp
blob: 10268625826b55531491cffc60f22ce998450586 (plain)
1
2
3
4
5
6
#pragma once
#include "cru/win/win_pre_config.hpp"

namespace cru::win::native {
constexpr int invoke_later_message_id = WM_USER + 2000;
}