mirror of https://github.com/axmolengine/axmol.git
11 lines
120 B
C
11 lines
120 B
C
|
#ifndef __DPIJNI_H__
|
||
|
#define __DPIJNI_H__
|
||
|
|
||
|
extern "C" {
|
||
|
|
||
|
float getDPIJNI();
|
||
|
|
||
|
} // extern "C"
|
||
|
|
||
|
#endif /* __DPIJNI_H__ */
|