summaryrefslogtreecommitdiff
path: root/src/client/cl_updates.h
blob: f85c64a5cf1344079336af03c891eccf0c57d193 (plain)
1
2
3
4
5
6
7
8
#ifndef CL_UPDATES
#define CL_UPDATES

void CL_GetLatestRelease();
void CL_DownloadRelease();
void CL_ExecuteInstaller();

#endif