Chatterino
chatterino2
src
util
WindowsHelper.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#ifdef USEWINSDK
4
5
# include <Windows.h>
6
# include <boost/optional.hpp>
7
8
namespace
chatterino
{
9
10
boost::optional<UINT> getWindowDpi(HWND hwnd);
11
void
flushClipboard();
12
13
bool
isRegisteredForStartup();
14
void
setRegisteredForStartup(
bool
isRegistered);
15
16
}
// namespace chatterino
17
18
#endif
chatterino
Definition:
Application.cpp:48
Generated by
1.8.13