mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2025-12-06 08:01:59 +01:00
9 lines
117 B
C
9 lines
117 B
C
|
|
#ifndef TOOLS_H
|
||
|
|
#define TOOLS_H
|
||
|
|
|
||
|
|
#include <JavaVM/jni.h>
|
||
|
|
|
||
|
|
void throwException(JNIEnv* env, const char* msg);
|
||
|
|
|
||
|
|
#endif
|