mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-27 18:05:35 -05:00
11 lines
108 B
Text
11 lines
108 B
Text
#include "platform/CCDevice.h"
|
|
|
|
NS_CC_BEGIN
|
|
|
|
int CCDevice::getDPI()
|
|
{
|
|
//TODO:
|
|
return 160;
|
|
}
|
|
|
|
NS_CC_END
|