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