CCDevice

#ifndef __CCDEVICE_H__

#define __CCDEVICE_H__


#include "CCPlatformMacros.h"


NS_CC_BEGIN


class CC_DLL CCDevice

{

private:

    CCDevice();

public:

    /**

     *  Gets the DPI of device

     *  @return The DPI of device.

     */

    static int getDPI();

};



NS_CC_END


#endif /* __CCDEVICE_H__ */

posted @ 2014-05-23 10:36  sssssnian  阅读(187)  评论(0编辑  收藏  举报