summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorjacksonmj <mj-pt@jacksonmj.co.uk>2011-06-19 09:39:22 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2011-08-19 12:55:07 (GMT)
commit97da8593d9d850e46d4042028b05955cd118ebc8 (patch)
treefb3e3194971422155b1ab1285a2969a0286f2342 /includes
parent88823cf6042e75b5756489ffdc13a5cbb6167bb1 (diff)
downloadpowder-97da8593d9d850e46d4042028b05955cd118ebc8.zip
powder-97da8593d9d850e46d4042028b05955cd118ebc8.tar.gz
Move version check out of main()
Diffstat (limited to 'includes')
-rwxr-xr-xincludes/update.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/includes/update.h b/includes/update.h
index 2f7f38b..04a1125 100755
--- a/includes/update.h
+++ b/includes/update.h
@@ -20,9 +20,16 @@
#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