mirror of
https://github.com/PaperMC/Velocity.git
synced 2026-04-21 03:48:15 +02:00
JNI native zlib compression 🔥
This commit is contained in:
4
native/src/main/c/jni_util.h
Normal file
4
native/src/main/c/jni_util.h
Normal file
@@ -0,0 +1,4 @@
|
||||
#include <jni.h>
|
||||
|
||||
JNIEXPORT void JNICALL
|
||||
throwException(JNIEnv *env, const char *type, const char *msg);
|
||||
Reference in New Issue
Block a user