geode/loader/include/Geode/cocos/platform/android/jni/DPIJni.h

11 lines
118 B
C
Raw Normal View History

2022-07-30 12:24:03 -04:00
#ifndef __DPIJNI_H__
#define __DPIJNI_H__
extern "C" {
int getDPIJNI();
} // extern "C"
#endif /* __DPIJNI_H__ */