mirror of https://github.com/axmolengine/axmol.git
issue #1712: Adding empty CCDevice.cpp for linux, mac and marmalade.
This commit is contained in:
parent
2626005d20
commit
edfe4c2a0c
|
@ -0,0 +1,10 @@
|
|||
#include "platform/CCDevice.h"
|
||||
|
||||
NS_CC_BEGIN
|
||||
|
||||
float CCDevice::getDPI()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
NS_CC_END
|
|
@ -0,0 +1,10 @@
|
|||
#include "platform/CCDevice.h"
|
||||
|
||||
NS_CC_BEGIN
|
||||
|
||||
float CCDevice::getDPI()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
NS_CC_END
|
|
@ -0,0 +1,10 @@
|
|||
#include "platform/CCDevice.h"
|
||||
|
||||
NS_CC_BEGIN
|
||||
|
||||
float CCDevice::getDPI()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
NS_CC_END
|
Loading…
Reference in New Issue