2020-12-31 15:35:46 +03:00

6 lines
142 B
C++

#pragma once
#include <windows.h>
namespace windowsMain
{
LRESULT CALLBACK MainWinProc(HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam);
};