This website requires JavaScript.
Explore
Help
Sign In
Lothario
/
axmol
mirror of
https://github.com/axmolengine/axmol.git
Watch
1
Star
0
Fork
You've already forked axmol
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c5b113c35e
axmol
/
cocos2dx
/
platform
/
mac
/
CCDevice.mm
12 lines
106 B
Plaintext
Raw
Normal View
History
Unescape
Escape
issue #1712: Adding empty CCDevice.cpp for linux, mac and marmalade.
2013-02-17 16:26:59 +08:00
#include "platform/CCDevice.h"
NS_CC_BEGIN
issue #2129: Removing CC prefix for cocos2dx module.
2013-06-20 14:13:12 +08:00
int Device::getDPI()
issue #1712: Adding empty CCDevice.cpp for linux, mac and marmalade.
2013-02-17 16:26:59 +08:00
{
fixed #1712: Adding default dpi for marmalade and mac since i don't know how to get DPI for these platforms.
2013-02-17 17:13:06 +08:00
//TODO:
return 160;
issue #1712: Adding empty CCDevice.cpp for linux, mac and marmalade.
2013-02-17 16:26:59 +08:00
}
NS_CC_END