Files
discoverpixy/emulator/qt/ll_touch.cpp

9 lines
81 B
C++

extern "C" {
#include "ll_touch.h"
}
bool ll_touch_init() {
return true;
}