aboutsummaryrefslogtreecommitdiff
path: root/c/common.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/common.h
parent09ec144a99f1234a37d04854bdfb81485540be97 (diff)
downloadEpisodeBrowser-52fb337856497cb151081f3738e7cfa4bc2883bd.tar.gz
Rework list view code.
Diffstat (limited to 'c/common.h')
-rw-r--r--c/common.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/c/common.h b/c/common.h
new file mode 100644
index 0000000..b59b205
--- /dev/null
+++ b/c/common.h
@@ -0,0 +1,5 @@
+#pragma once
+#include <windows.h>
+
+TCHAR *TSZFromSZ(char *, int);
+int Watched(int);