1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-04 02:09:35 +02:00

native => master merging

This commit is contained in:
Nikolay Pultsin 2012-02-29 12:30:24 +00:00
parent 56ae87e6f2
commit 1fc9eac6e8
14 changed files with 1030 additions and 2 deletions

View file

@ -20,10 +20,15 @@
#ifndef __ANDROIDUTIL_H__
#define __ANDROIDUTIL_H__
#include <jni.h>
class AndroidUtil {
public:
static const char * const Class_NativeFormatPlugin;
public:
static JNIEnv *getEnv();
};
#endif /* __ANDROIDUTIL_H__ */