Added an version check
This commit is contained in:
parent
d4a4e50af5
commit
67c1dd8f99
5 changed files with 65 additions and 5 deletions
6
utils/update_check.h
Normal file
6
utils/update_check.h
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#ifndef _UPDATE_CHECK_H_
|
||||
#define _UPDATE_CHECK_H_
|
||||
|
||||
int checkForUpdate(char ver[10]);
|
||||
|
||||
#endif
|
||||
Reference in a new issue