add getOpenUDID

This commit is contained in:
u0u0
2020-01-20 11:41:07 +08:00
parent 2833267896
commit 481e4208c7
10 changed files with 113 additions and 0 deletions

View File

@@ -514,4 +514,9 @@ void Device::vibrate(float /*duration*/)
{
}
const std::string Device::getOpenUDID(void)
{
return std::string("");
}
NS_CC_END