11 lines
258 B
C++
11 lines
258 B
C++
#include "android_api.h"
|
|
|
|
#include "main_code.h"
|
|
|
|
JNIEXPORT void JNICALL Java_com_fishrungames_crystalofrhylil_JniWrapper_Init(JNIEnv * env, jobject obj, jint width, jint height)
|
|
{
|
|
JniInitApp<TMyApplication>(width, height, width, height);
|
|
}
|
|
|
|
|