Files
wnmj/cocos2d/cocos/platform/android/jni/DPIJni.h
2026-03-01 13:51:43 +08:00

11 lines
118 B
C

#ifndef __DPIJNI_H__
#define __DPIJNI_H__
extern "C" {
int getDPIJNI();
} // extern "C"
#endif /* __DPIJNI_H__ */