diff options
author | John Ankarström <john@ankarstrom.se> | 2022-02-15 16:29:59 +0100 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2022-02-15 16:29:59 +0100 |
commit | 52fb337856497cb151081f3738e7cfa4bc2883bd (patch) | |
tree | 3309edbd0834bf90a5635b93038d1d088224e96e /c/episodelistview.h | |
parent | 09ec144a99f1234a37d04854bdfb81485540be97 (diff) | |
download | EpisodeBrowser-52fb337856497cb151081f3738e7cfa4bc2883bd.tar.gz |
Rework list view code.
Diffstat (limited to 'c/episodelistview.h')
-rw-r--r-- | c/episodelistview.h | 7 |
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 *); |