SysCheck-ModMii-Edition/include/update.h

12 lines
150 B
C
Raw Normal View History

2013-10-12 20:38:34 +02:00
#ifndef _UPDATE_H_
#define _UPDATE_H_
/* Constants */
2013-10-12 21:04:19 +02:00
#define REVISION 20
#define PATH "sd:/apps/SysCheckHDE/"
2013-10-12 20:38:34 +02:00
s32 updateApp();
#endif