Open-source multiplayer game server compatible with the RuneScape client https://www.openrs2.org/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
openrs2/gl-dri-natives/src/main/c/jaggl_X11_dri.h

29 lines
568 B

/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class jaggl_X11_dri */
#ifndef _Included_jaggl_X11_dri
#define _Included_jaggl_X11_dri
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: jaggl_X11_dri
* Method: open
* Signature: (Ljava/lang/String;)Z
*/
JNIEXPORT jboolean JNICALL Java_jaggl_X11_dri_open
(JNIEnv *, jclass, jstring);
/*
* Class: jaggl_X11_dri
* Method: close
* Signature: ()Z
*/
JNIEXPORT jboolean JNICALL Java_jaggl_X11_dri_close
(JNIEnv *, jclass);
#ifdef __cplusplus
}
#endif
#endif