#ifndef ANDROID_API_H_INCLUDED #define ANDROID_API_H_INCLUDED #include #include #include #include #include #include "boost/shared_ptr.hpp" #include "main_code.h" using namespace SE; extern "C" { JNIEXPORT void JNICALL Java_fishrungames_salmonjnitemplate_JniWrapper_Init(JNIEnv * env, jobject obj, jint width, jint height); }; #endif