SysCheck-ModMii-Edition/include/update.h

12 lines
172 B
C

#ifndef _UPDATE_H_
#define _UPDATE_H_
/* Constants */
//#define REVISION 0 // For testing updateApp function
#define REVISION 52
s32 updateApp(void);
#endif