Fix indentation
This commit is contained in:
parent
7c731368af
commit
5ba522d2d0
@ -19,7 +19,8 @@ public:
|
|||||||
|
|
||||||
private:
|
private:
|
||||||
static HINSTANCE __stdcall shell_execute_a(const HWND hwnd, const LPCSTR lp_operation, const LPCSTR lp_file,
|
static HINSTANCE __stdcall shell_execute_a(const HWND hwnd, const LPCSTR lp_operation, const LPCSTR lp_file,
|
||||||
const LPCSTR lp_parameters, const LPCSTR lp_directory, INT n_show_cmd)
|
const LPCSTR lp_parameters, const LPCSTR lp_directory,
|
||||||
|
const INT n_show_cmd)
|
||||||
{
|
{
|
||||||
static const auto sp_url = "steam://run/42680"s;
|
static const auto sp_url = "steam://run/42680"s;
|
||||||
static const auto mp_url = "steam://run/42690"s;
|
static const auto mp_url = "steam://run/42690"s;
|
||||||
|
@ -12,7 +12,6 @@ namespace steam
|
|||||||
|
|
||||||
interface::interface(void* interface_ptr) : interface_ptr_(static_cast<void***>(interface_ptr))
|
interface::interface(void* interface_ptr) : interface_ptr_(static_cast<void***>(interface_ptr))
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
interface::operator bool() const
|
interface::operator bool() const
|
||||||
|
Loading…
x
Reference in New Issue
Block a user