issue #1712: Adding empty CCDevice.cpp for linux, mac and marmalade.

This commit is contained in:
James Chen 2013-02-17 16:26:59 +08:00
parent 2626005d20
commit edfe4c2a0c
3 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,10 @@
#include "platform/CCDevice.h"
NS_CC_BEGIN
float CCDevice::getDPI()
{
}
NS_CC_END

View File

@ -0,0 +1,10 @@
#include "platform/CCDevice.h"
NS_CC_BEGIN
float CCDevice::getDPI()
{
}
NS_CC_END

View File

@ -0,0 +1,10 @@
#include "platform/CCDevice.h"
NS_CC_BEGIN
float CCDevice::getDPI()
{
}
NS_CC_END