diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2020-05-24 16:48:22 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2020-05-25 21:57:14 +0200 |
commit | 31c69b6ca1b91e7fd9fd8e14082fd2584c5f538c (patch) | |
tree | 16e789c7d68608831b498f41f54d9482b82a711a /source/tools/dummy_gui/resource.h |
first public release
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'source/tools/dummy_gui/resource.h')
-rw-r--r-- | source/tools/dummy_gui/resource.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/source/tools/dummy_gui/resource.h b/source/tools/dummy_gui/resource.h new file mode 100644 index 0000000..ccda0e7 --- /dev/null +++ b/source/tools/dummy_gui/resource.h @@ -0,0 +1,10 @@ +#define IDI_APPICON 101 +#define IDR_MAINMENU 102 +#define IDR_ACCELERATOR 103 +#define IDD_ABOUTDIALOG 104 +#define ID_FILE_EXIT 40001 +#define ID_HELP_ABOUT 40002 + +#ifndef IDC_STATIC + #define IDC_STATIC -1 +#endif |