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

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