SysCheck-ModMii-Edition/include/update.h

12 lines
154 B
C
Raw Normal View History

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