SysCheck-ModMii-Edition/include/update.h
2015-01-22 01:05:38 +00:00

12 lines
154 B
C

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