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