diff options
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 |