2017-01-10 12:43:06 +00:00
|
|
|
#include "android_api.h"
|
|
|
|
|
|
|
|
#include "main_code.h"
|
|
|
|
|
|
|
|
JNIEXPORT void JNICALL Java_fishrungames_doublehitballs_JniWrapper_Init(JNIEnv * env, jobject obj, jint width, jint height)
|
|
|
|
{
|
2018-07-14 09:10:13 +00:00
|
|
|
JniInitApp<TMyApplication>(width, height, 480.f, 320.f);
|
2017-01-10 12:43:06 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|