From 52fb337856497cb151081f3738e7cfa4bc2883bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Tue, 15 Feb 2022 16:29:59 +0100 Subject: Rework list view code. --- c/main.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 c/main.h (limited to 'c/main.h') diff --git a/c/main.h b/c/main.h new file mode 100644 index 0000000..582e906 --- /dev/null +++ b/c/main.h @@ -0,0 +1,4 @@ +#pragma once +#include + +void UpdateLayout(HWND); -- cgit v1.2.3