mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-23 16:07:52 -05:00
662a9e99f5
- remove cocos2dx folder - change all include paths in cocos2d to be relative
11 lines
111 B
Text
Vendored
11 lines
111 B
Text
Vendored
#include "../platform/CCDevice.h"
|
|
|
|
NS_CC_BEGIN
|
|
|
|
int CCDevice::getDPI()
|
|
{
|
|
//TODO:
|
|
return 160;
|
|
}
|
|
|
|
NS_CC_END
|