mirror of
https://github.com/libretro/Play-.git
synced 2024-11-28 03:00:49 +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);
|