diff options
Diffstat (limited to 'updater/updater.h')
-rw-r--r-- | updater/updater.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/updater/updater.h b/updater/updater.h new file mode 100644 index 0000000..a0e6c5f --- /dev/null +++ b/updater/updater.h @@ -0,0 +1,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
|