bloat-buster/bootstrap/std/win32_windowing.h
2025-01-05 21:54:19 -06:00

14 lines
151 B
C

#pragma once
STRUCT(WindowingConnection)
{
HINSTANCE instance;
WNDCLASSEXW window_class;
};
STRUCT(WindowingInstance)
{
HWND handle;
};