9 lines
145 B
C++
9 lines
145 B
C++
#pragma once
|
|
#include <windows.h>
|
|
#include <shellapi.h>
|
|
|
|
namespace windowsMain
|
|
{
|
|
constexpr wchar_t classname[] = L"iw5mpx";
|
|
bool WinStart();
|
|
}; |