Files
discoverpixy/emulator/qt/ll_system.cpp

8 lines
82 B
C++

extern "C" {
#include "ll_system.h"
}
bool ll_system_init() {
return true;
}