diff options
Diffstat (limited to 'plugins/updater/updater.h')
-rw-r--r-- | plugins/updater/updater.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/plugins/updater/updater.h b/plugins/updater/updater.h new file mode 100644 index 0000000000..1926b3486b --- /dev/null +++ b/plugins/updater/updater.h @@ -0,0 +1,19 @@ +#ifndef _UPDATER_INC
+#define _UPDATER_INC
+
+#include "options.h"
+#include "services.h"
+#include "socket.h"
+#include "popups.h"
+#include "version.h"
+#include "icons.h"
+
+#include "m_updater.h"
+
+#ifdef _WIN64
+#define UPDATE_V1_SIZE 96
+#else
+#define UPDATE_V1_SIZE 48
+#endif
+
+#endif
|