summaryrefslogtreecommitdiff
path: root/updater/updater.h
blob: a0e6c5f5193e2d0747bbc4d3cff5dde87bb2e882 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#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"

#define UPDATE_V1_SIZE		48

#endif