11 lines
118 B
C
11 lines
118 B
C
#ifndef __DPIJNI_H__
|
|
#define __DPIJNI_H__
|
|
|
|
extern "C" {
|
|
|
|
int getDPIJNI();
|
|
|
|
} // extern "C"
|
|
|
|
#endif /* __DPIJNI_H__ */
|