cocos2dx 中查看cocos2dx 的版本

cocos2dx 中查看cocos2dx 的版本,第1张

概述      自己在做项目的时候,有的时候需要统一一下cocos2dx 的版本,那么如何查看自己的cocos2dx  C++的版本呢? 解决方案如下:       使用VS,然后点击 libcocos2d->cocos2d.cpp 下面,就由cocos2dx的版本了 /******************************************************************

自己在做项目的时候,有的时候需要统一一下cocos2dx 的版本,那么如何查看自己的cocos2dx C++的版本呢? 解决方案如下:

使用VS,然后点击 libcocos2d->cocos2d.cpp 下面,就由cocos2dx的版本了

/****************************************************************************copyright (c) 2008-2010 Ricardo Quesadacopyright (c) 2010-2012 cocos2d-x.orgcopyright (c) 2011      Zynga Inc.copyright (c) 2013-2014 Chukong TechnologIEs Inc.http://www.cocos2d-x.orgPermission is hereby granted,free of charge,to any person obtaining a copyof this software and associated documentation files (the "Software"),to dealin the Software without restriction,including without limitation the rightsto use,copy,modify,merge,publish,distribute,sublicense,and/or sellcopIEs of the Software,and to permit persons to whom the Software isfurnished to do so,subject to the following conditions:The above copyright notice and this permission notice shall be included inall copIEs or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS",WITHOUT WARRANTY OF ANY KIND,EXPRESS ORIMPLIED,INCLUDING BUT NOT liMITED TO THE WARRANTIES OF MERCHANTABIliTY,fitness FOR A PARTIculaR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THEAUTHORS OR copYRIGHT HolDERS BE liABLE FOR ANY CLaim,damAGES OR OTHERliABIliTY,WHETHER IN AN ACTION OF CONTRACT,TORT OR OTHERWISE,ARISING FROM,OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEAliNGS INTHE SOFTWARE.****************************************************************************/#include "platform/CCPlatformMacros.h"NS_CC_BEGINCC_DLL const char* cocos2dVersion(){    return "cocos2d-x-3.7";}NS_CC_END
总结

以上是内存溢出为你收集整理的cocos2dx 中查看cocos2dx 的版本全部内容,希望文章能够帮你解决cocos2dx 中查看cocos2dx 的版本所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1068519.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-26
下一篇 2022-05-26

发表评论

登录后才能评论

评论列表(0条)

保存