summaryrefslogtreecommitdiff
path: root/plugins/Updater/updater.h
blob: 1926b3486b0ba50c33a1525ab4f213282a6c3da1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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