SysCheck-ModMii-Edition/include/update.h
2013-10-12 19:04:19 +00:00

12 lines
150 B
C

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