8 lines
82 B
C++
8 lines
82 B
C++
extern "C" {
|
|
#include "ll_system.h"
|
|
}
|
|
|
|
bool ll_system_init() {
|
|
return true;
|
|
}
|