// // Created by david on 02.03.2026. // #include #include "mpg123.h" #include extern "C" { // nice-to: merge with lockstep.cpp JNIEXPORT jint JNICALL Java_at_lockstep_pb_PlaybackEngine_native_1mpg123_1init (JNIEnv *env, jclass) { return mpg123_init(); } }