SysCheck-ModMii-Edition/include/update.h
2014-08-18 19:42:46 +00:00

12 lines
154 B
C

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