forked from openrs2/openrs2
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.
13 lines
334 B
13 lines
334 B
5 years ago
|
#include "jagex3_jagmisc_jagmisc.h"
|
||
|
|
||
|
JNIEXPORT jboolean JNICALL Java_jagex3_jagmisc_jagmisc_init(JNIEnv *env, jclass cls) {
|
||
|
return JNI_FALSE;
|
||
|
}
|
||
|
|
||
|
JNIEXPORT void JNICALL Java_jagex3_jagmisc_jagmisc_Quit0(JNIEnv *env, jclass cls) {
|
||
|
}
|
||
|
|
||
|
JNIEXPORT jlong JNICALL Java_jagex3_jagmisc_jagmisc_nanoTime(JNIEnv *env, jclass cls) {
|
||
|
return 0;
|
||
|
}
|