#pragma once #include #include #define WIN32_LEAN_AND_MEAN #include typedef struct { HWND window; WNDCLASS wc; HDC hdc; BITMAPINFO *bitmapInfo; struct mfb_timer *timer; bool mouse_inside; } SWindowData_Win;