aboutsummaryrefslogtreecommitdiff
path: root/c/episodelistview.h
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2022-02-15 16:29:59 +0100
committerJohn Ankarström <john@ankarstrom.se>2022-02-15 16:29:59 +0100
commit52fb337856497cb151081f3738e7cfa4bc2883bd (patch)
tree3309edbd0834bf90a5635b93038d1d088224e96e /c/episodelistview.h
parent09ec144a99f1234a37d04854bdfb81485540be97 (diff)
downloadEpisodeBrowser-52fb337856497cb151081f3738e7cfa4bc2883bd.tar.gz
Rework list view code.
Diffstat (limited to 'c/episodelistview.h')
-rw-r--r--c/episodelistview.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/c/episodelistview.h b/c/episodelistview.h
new file mode 100644
index 0000000..8bec69b
--- /dev/null
+++ b/c/episodelistview.h
@@ -0,0 +1,7 @@
+#pragma once
+#include <windows.h>
+
+HWND ElvCreate(HWND);
+LRESULT ElvHandleNotify(LPARAM);
+void ElvUpdate(void);
+void ElvUpdateName(NMLISTVIEW *);