/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class JoyWin */
#ifndef _Included_JoyWin
#define _Included_JoyWin
#ifdef __cplusplus
extern "C" {
#endif
/* Inaccessible static: numJoys */
/* Inaccessible static: numAxes */
/* Inaccessible static: numButs */
/*
 * Class:     JoyWin
 * Method:    getButs
 * Signature: ()I
 */
JNIEXPORT jint JNICALL Java_JoyWin_getButs
  (JNIEnv *, jclass);

/*
 * Class:     JoyWin
 * Method:    getDevCapsAxes
 * Signature: (I)I
 */
JNIEXPORT jint JNICALL Java_JoyWin_getDevCapsAxes
  (JNIEnv *, jclass, jint);

/*
 * Class:     JoyWin
 * Method:    getDevCapsButs
 * Signature: (I)I
 */
JNIEXPORT jint JNICALL Java_JoyWin_getDevCapsButs
  (JNIEnv *, jclass, jint);

/*
 * Class:     JoyWin
 * Method:    getNumDevs
 * Signature: ()I
 */
JNIEXPORT jint JNICALL Java_JoyWin_getNumDevs
  (JNIEnv *, jclass);

/*
 * Class:     JoyWin
 * Method:    getRPos
 * Signature: ()I
 */
JNIEXPORT jint JNICALL Java_JoyWin_getRPos
  (JNIEnv *, jclass);

/*
 * Class:     JoyWin
 * Method:    getState
 * Signature: (I)I
 */
JNIEXPORT jint JNICALL Java_JoyWin_getState
  (JNIEnv *, jclass, jint);

/*
 * Class:     JoyWin
 * Method:    getUPos
 * Signature: ()I
 */
JNIEXPORT jint JNICALL Java_JoyWin_getUPos
  (JNIEnv *, jclass);

/*
 * Class:     JoyWin
 * Method:    getVPos
 * Signature: ()I
 */
JNIEXPORT jint JNICALL Java_JoyWin_getVPos
  (JNIEnv *, jclass);

/*
 * Class:     JoyWin
 * Method:    getView
 * Signature: ()I
 */
JNIEXPORT jint JNICALL Java_JoyWin_getView
  (JNIEnv *, jclass);

/*
 * Class:     JoyWin
 * Method:    getXPos
 * Signature: ()I
 */
JNIEXPORT jint JNICALL Java_JoyWin_getXPos
  (JNIEnv *, jclass);

/*
 * Class:     JoyWin
 * Method:    getYPos
 * Signature: ()I
 */
JNIEXPORT jint JNICALL Java_JoyWin_getYPos
  (JNIEnv *, jclass);

/*
 * Class:     JoyWin
 * Method:    getZPos
 * Signature: ()I
 */
JNIEXPORT jint JNICALL Java_JoyWin_getZPos
  (JNIEnv *, jclass);

#ifdef __cplusplus
}
#endif
#endif