9 lines
95 B
C
9 lines
95 B
C
#include "system.h"
|
|
#include "ll_system.h"
|
|
|
|
|
|
bool system_init() {
|
|
return ll_system_init();
|
|
}
|
|
|