summaryrefslogtreecommitdiff
path: root/src/client/cl_updates.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/cl_updates.h')
-rw-r--r--src/client/cl_updates.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/client/cl_updates.h b/src/client/cl_updates.h
new file mode 100644
index 0000000..f85c64a
--- /dev/null
+++ b/src/client/cl_updates.h
@@ -0,0 +1,8 @@
+#ifndef CL_UPDATES
+#define CL_UPDATES
+
+void CL_GetLatestRelease();
+void CL_DownloadRelease();
+void CL_ExecuteInstaller();
+
+#endif