lwjgl2-arm64/src/native/macosx/tools.h

9 lines
124 B
C
Raw Normal View History

2003-10-01 11:02:52 +02:00
#ifndef TOOLS_H
#define TOOLS_H
#include <JavaVM/jni.h>
extern void throwException(JNIEnv* env, const char* msg);
2003-10-01 11:02:52 +02:00
#endif