Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: 公开头文件中加入版本宏 #143

Merged
merged 3 commits into from
Feb 3, 2024

Conversation

yixy-only
Copy link
Collaborator

  • 将内部头文件的版本宏移动到公开头文件中
  • 版本号数值(6位十进制数)改为 long 型,getGraphicsVer() 返回值类型改为 long
  • ege.h 和 graphics.h 的文件注释中增加版本信息,方便查看版本

* 将内部头文件的版本宏移动到公开头文件中
* 版本号数值(6位十进制数)改为 long 型,getGraphicsVer() 返回值类型改为 long
@yixy-only yixy-only requested a review from chirsz-ever January 25, 2024 08:48
@FrankHB
Copy link

FrankHB commented Jan 28, 2024

_W version is unnecessary because you can always get it like L"" EGE_VERSION since ISO C++11.

@yixy-only
Copy link
Collaborator Author

_W version is unnecessary because you can always get it like L"" EGE_VERSION since ISO C++11.

OK, I'll remove it.

@yixy-only yixy-only merged commit 42a3c65 into wysaid:master Feb 3, 2024
1 check passed
@yixy-only yixy-only deleted the feature_add_version branch February 20, 2024 14:33
@yixy-only yixy-only self-assigned this Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants