Port JNI class from Lime legacy
This commit is contained in:
22
project/include/system/JNI.h
Normal file
22
project/include/system/JNI.h
Normal file
@@ -0,0 +1,22 @@
|
||||
#ifndef LIME_SYSTEM_JNI_H
|
||||
#define LIME_SYSTEM_JNI_H
|
||||
|
||||
|
||||
namespace lime {
|
||||
|
||||
|
||||
class JNI {
|
||||
|
||||
|
||||
public:
|
||||
|
||||
static void *GetEnv ();
|
||||
|
||||
|
||||
};
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user