#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