#ifndef TOOLS_H #define TOOLS_H #include extern void throwException(JNIEnv* env, const char* msg); #endif