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/misc-natives/src/main/c/jagex3_jagmisc_jagmisc.h

37 lines
769 B

/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class jagex3_jagmisc_jagmisc */
#ifndef _Included_jagex3_jagmisc_jagmisc
#define _Included_jagex3_jagmisc_jagmisc
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: jagex3_jagmisc_jagmisc
* Method: nanoTime
* Signature: ()J
*/
JNIEXPORT jlong JNICALL Java_jagex3_jagmisc_jagmisc_nanoTime
(JNIEnv *, jclass);
/*
* Class: jagex3_jagmisc_jagmisc
* Method: Quit0
* Signature: ()V
*/
JNIEXPORT void JNICALL Java_jagex3_jagmisc_jagmisc_Quit0
(JNIEnv *, jclass);
/*
* Class: jagex3_jagmisc_jagmisc
* Method: init
* Signature: ()Z
*/
JNIEXPORT jboolean JNICALL Java_jagex3_jagmisc_jagmisc_init
(JNIEnv *, jclass);
#ifdef __cplusplus
}
#endif
#endif