#ifndef LIME_UTILS_JNI_H #define LIME_UTILS_JNI_H namespace lime { class JNI { public: static void *GetEnv (); }; } #endif