mirror of
https://github.com/geode-sdk/geode.git
synced 2024-12-19 04:12:38 -05:00
10 lines
118 B
C
Vendored
10 lines
118 B
C
Vendored
#ifndef __DPIJNI_H__
|
|
#define __DPIJNI_H__
|
|
|
|
extern "C" {
|
|
|
|
int getDPIJNI();
|
|
|
|
} // extern "C"
|
|
|
|
#endif /* __DPIJNI_H__ */
|