Skip to content

Instantly share code, notes, and snippets.

View artemkurylo's full-sized avatar

Artem Kurylo artemkurylo

  • Poland
View GitHub Profile
#include <windows.h>
HINSTANCE hInst;
HWND hWnd;
HMENU hMenu;
COLORREF bgColor = RGB(211, 211, 211);
LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);