-
Notifications
You must be signed in to change notification settings - Fork 117
build: Move refcount.h include into WWCommon.h #1798
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
build: Move refcount.h include into WWCommon.h #1798
Conversation
This reverts commit 03a51c2.
|
Fought through various VC6 compile errors. Should be ok now. |
|
LGTM. Should we add another PR to convert all NULLs to nullptr? There's like 1700 of them in WW3D2. and like 40,000 of them in the whole codebase |
Yes. There is a clang tidy feature for that: We would first need to get the clang tidy setup. There was such an attempt here: #1580 |
Skyaero42
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok
This change moves the refcount.h include into WWCommon.h
It is now always available across Engine and WWVegas and some of the tools.