aboutsummaryrefslogtreecommitdiff
path: root/resource.h
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2022-02-14 18:00:33 +0100
committerJohn Ankarström <john@ankarstrom.se>2022-02-14 18:00:33 +0100
commit58cbc7c7f4c0339928bdb704cb34ba387f12fa97 (patch)
treefccb8e892fb242f5be0a5d5e82e6450764a4ff9a /resource.h
parent92f7852b6979239214848b7ebb4046d52e4aba06 (diff)
downloadEpisodeBrowser-58cbc7c7f4c0339928bdb704cb34ba387f12fa97.tar.gz
Implement list view, "about" dialog.
Diffstat (limited to 'resource.h')
-rw-r--r--resource.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/resource.h b/resource.h
new file mode 100644
index 0000000..6d3b85c
--- /dev/null
+++ b/resource.h
@@ -0,0 +1,6 @@
+#define IDR_MENU 101
+#define IDD_ABOUT 201
+#define IDC_ABOUTTEXT 301
+#define IDC_LISTVIEW 302
+#define ID_FILE_EXIT 4001
+#define ID_FILE_ABOUT 4002