8 lines
121 B
C
Raw Normal View History

2016-03-19 17:30:56 +01:00
#include "installer.h"
#include "screeninit.h"
#include "types.h"
void main(void){
initScreens();
2016-03-19 17:30:56 +01:00
installer();
}