mirror of
https://github.com/jpd002/Play-.git
synced 2025-04-28 21:57:57 +03:00
7 lines
123 B
C
7 lines
123 B
C
![]() |
#pragma once
|
||
|
|
||
|
#include <string>
|
||
|
|
||
|
void Log_Print(const char* fmt, ...);
|
||
|
std::string GetStringFromJstring(JNIEnv*, jstring);
|