SysCheck-ModMii-Edition/include/update.h

12 lines
154 B
C

#ifndef _UPDATE_H_
#define _UPDATE_H_
/* Constants */
#define REVISION 21
#define PATH "sd:/apps/SysCheckHDE/"
s32 updateApp(void);
#endif