Exemplo n.º 1
0
/*
 * Class:     DoomGame
 * Method:    getTicrate
 * Signature: ()I
 */
JNIEXPORT jint JNICALL Java_vizdoom_DoomGame_getTicrate
  (JNIEnv *env, jobject obj){
    DoomGame* game = GetObject(env,obj);
    return game->getTicrate();
}