mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-24 00:17:52 -05:00
662a9e99f5
- remove cocos2dx folder - change all include paths in cocos2d to be relative
10 lines
118 B
C
10 lines
118 B
C
#ifndef __DPIJNI_H__
|
|
#define __DPIJNI_H__
|
|
|
|
extern "C" {
|
|
|
|
int getDPIJNI();
|
|
|
|
} // extern "C"
|
|
|
|
#endif /* __DPIJNI_H__ */
|