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