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