aboutsummaryrefslogtreecommitdiff
path: root/c/listview.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/listview.h')
-rw-r--r--c/listview.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/c/listview.h b/c/listview.h
new file mode 100644
index 0000000..3ca0cf3
--- /dev/null
+++ b/c/listview.h
@@ -0,0 +1,4 @@
+#pragma once
+#include <windows.h>
+
+HWND LvCreate(HWND, HMENU);