mirror of
https://github.com/modmii/SysCheck-ModMii-Edition.git
synced 2024-11-16 13:19:22 +01:00
12 lines
147 B
C
12 lines
147 B
C
|
#ifndef _UPDATE_H_
|
||
|
#define _UPDATE_H_
|
||
|
|
||
|
/* Constants */
|
||
|
#define REVISION 19
|
||
|
#define PATH "sd:/apps/syscheck/"
|
||
|
|
||
|
s32 updateApp();
|
||
|
|
||
|
|
||
|
#endif
|