mirror of
https://github.com/AuroraWright/SafeA9LHInstaller.git
synced 2025-06-26 21:52:47 +00:00
10 lines
152 B
C
10 lines
152 B
C
#include "installer.h"
|
|
#include "fs.h"
|
|
#include "screeninit.h"
|
|
#include "types.h"
|
|
|
|
void main(void){
|
|
mountSD();
|
|
initScreens();
|
|
installer();
|
|
} |