Index: src/engine/Resource.h |
=================================================================== |
new file mode 100644 |
--- /dev/null |
+++ b/src/engine/Resource.h |
@@ -0,0 +1,12 @@ |
+#define IDC_UPDATETEXT 201 |
+#define IDC_DOYOU 202 |
+#define IDC_CURVERSION 203 |
+#define IDC_NEWVERSION 204 |
+#define IDC_PROGRESS1 205 |
+#define IDC_INSTALLBTN 206 |
+#define IDC_INSTALLMSG 207 |
+#define IDC_DOWNLOAD_MSG 208 |
+#define IDC_DOWNLOAD_PROGRESS 209 |
+ |
+#define IDD_UPDATEDIALOG 400 |
+#define IDD_DOWNLOADDIALOG 401 |