mirror of
https://github.com/libretro/Play-.git
synced 2025-03-04 17:28:29 +00:00
8 lines
140 B
C++
8 lines
140 B
C++
#pragma once
|
|
|
|
#include <jni.h>
|
|
#include <string>
|
|
|
|
void Log_Print(const char* fmt, ...);
|
|
std::string GetStringFromJstring(JNIEnv*, jstring);
|