Revert "Move version check out of main()"

This reverts commit 97da8593d9.
This commit is contained in:
Simon Robertshaw
2011-08-19 23:44:09 +01:00
parent 799c99257c
commit 2e2694e0fb
3 changed files with 137 additions and 166 deletions

View File

@@ -20,16 +20,9 @@
#ifndef UPDATE_H
#define UPDATE_H
#include <defines.h>
extern int version_check;
char *exe_name(void);
int update_start(char *data, int len);
int update_finish(void);
void update_cleanup(void);
void update_finalize(pixel *vid_buf);
void update_notify_ui_draw(pixel *vid_buf);
void update_notify_ui_process(pixel *vid_buf, int mb, int mbq, int mx, int my);
#endif