lwjgl/src/native/common/org_lwjgl_openal_eax_EAX.h

31 lines
661 B
C
Raw Normal View History

2004-02-26 16:51:58 -05:00
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class org_lwjgl_openal_eax_EAX */
#ifndef _Included_org_lwjgl_openal_eax_EAX
#define _Included_org_lwjgl_openal_eax_EAX
#ifdef __cplusplus
extern "C" {
#endif
/* Inaccessible static: created */
/*
* Class: org_lwjgl_openal_eax_EAX
* Method: nCreate
* Signature: ()Z
*/
JNIEXPORT jboolean JNICALL Java_org_lwjgl_openal_eax_EAX_nCreate
(JNIEnv *, jclass);
/*
* Class: org_lwjgl_openal_eax_EAX
* Method: nDestroy
* Signature: ()V
*/
JNIEXPORT void JNICALL Java_org_lwjgl_openal_eax_EAX_nDestroy
(JNIEnv *, jclass);
#ifdef __cplusplus
}
#endif
#endif