diff options
| author | yum <yum.food.vr@gmail.com> | 2022-12-18 19:48:51 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2022-12-18 19:48:51 -0800 |
| commit | 42e22cc25ffa66d936ca53171dc745b5fa799906 (patch) | |
| tree | eabb85e70dc42d52d5bb9e9c35432a5a1a6515f3 /GUI | |
| parent | b7b2b112a106138d99dda3f259620b350c896f1a (diff) | |
Add resource file header
Diffstat (limited to 'GUI')
| -rw-r--r-- | GUI/GUI/GUI/.gitignore | 1 | ||||
| -rw-r--r-- | GUI/GUI/GUI/resource.h | 15 |
2 files changed, 15 insertions, 1 deletions
diff --git a/GUI/GUI/GUI/.gitignore b/GUI/GUI/GUI/.gitignore index 92618b8..41aaad2 100644 --- a/GUI/GUI/GUI/.gitignore +++ b/GUI/GUI/GUI/.gitignore @@ -3,4 +3,3 @@ x64 x86 # No .rc generated files GUI.APS -resource.h diff --git a/GUI/GUI/GUI/resource.h b/GUI/GUI/GUI/resource.h new file mode 100644 index 0000000..f10e004 --- /dev/null +++ b/GUI/GUI/GUI/resource.h @@ -0,0 +1,15 @@ +//{{NO_DEPENDENCIES}} +// Microsoft Visual C++ generated include file. +// Used by GUI.rc +// + +// Next default values for new objects +// +#ifdef APSTUDIO_INVOKED +#ifndef APSTUDIO_READONLY_SYMBOLS +#define _APS_NEXT_RESOURCE_VALUE 106 +#define _APS_NEXT_COMMAND_VALUE 40001 +#define _APS_NEXT_CONTROL_VALUE 1001 +#define _APS_NEXT_SYMED_VALUE 101 +#endif +#endif |
