geode/loader/include/Geode/cocos/platform/mac/CCDevice.mm

12 lines
111 B
Text
Raw Normal View History

#include "../platform/CCDevice.h"
2022-07-30 19:24:03 +03:00
NS_CC_BEGIN
int CCDevice::getDPI()
{
//TODO:
return 160;
}
NS_CC_END