Port JNI class from Lime legacy

This commit is contained in:
Joshua Granick
2015-08-11 15:39:41 -07:00
parent f1b17dfb8d
commit dd8ca69353
11 changed files with 2523 additions and 62 deletions

View File

@@ -0,0 +1,22 @@
#ifndef LIME_SYSTEM_JNI_H
#define LIME_SYSTEM_JNI_H
namespace lime {
class JNI {
public:
static void *GetEnv ();
};
}
#endif