mirror of
https://github.com/modmii/SysCheck-ModMii-Edition.git
synced 2024-11-16 21:29:23 +01:00
12 lines
154 B
C
12 lines
154 B
C
#ifndef _UPDATE_H_
|
|
#define _UPDATE_H_
|
|
|
|
/* Constants */
|
|
#define REVISION 41
|
|
#define PATH "sd:/apps/SysCheckHDE/"
|
|
|
|
s32 updateApp(void);
|
|
|
|
|
|
#endif
|