From 60794ec1d39d579e2043b18950440341b3a23e21 Mon Sep 17 00:00:00 2001 From: RD42 <42702181+dashr9230@users.noreply.github.com> Date: Sat, 21 Oct 2023 00:48:50 +0800 Subject: [PATCH] [bot] Missing resource.h --- bot/resource.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 bot/resource.h diff --git a/bot/resource.h b/bot/resource.h new file mode 100644 index 0000000..f292c95 --- /dev/null +++ b/bot/resource.h @@ -0,0 +1,16 @@ +//{{NO_DEPENDENCIES}} +// Microsoft Visual C++ generated include file. +// Used by bot.rc +// +#define VS_VERSION_INFO 1 + +// Next default values for new objects +// +#ifdef APSTUDIO_INVOKED +#ifndef APSTUDIO_READONLY_SYMBOLS +#define _APS_NEXT_RESOURCE_VALUE 101 +#define _APS_NEXT_COMMAND_VALUE 40001 +#define _APS_NEXT_CONTROL_VALUE 1001 +#define _APS_NEXT_SYMED_VALUE 101 +#endif +#endif