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

9 lines
117 B
C
Raw Normal View History

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