-
Notifications
You must be signed in to change notification settings - Fork 124
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
Move include directory #337
Conversation
This commit moves the `include` directory from the NorthstarDLL project folder to the solution folder. This allows both the DLL and Launcher project to target it properly.
How to test: try to compile the solution with this PR. If it succeeds, it means its working |
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.
Untested, but changes look good now. I'm approving this, however, I'd like someone else on Windows to test and review this before it's merged.
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.
Worked fine in testing.
Tested:
- Booting up dedi
- Launching client
- Joining own dedi
- Joining other random servers
I assume I can merge this now, @pg9182? |
Looks okay to me, but I haven't run it. |
looks fine to me, will build and run in a bit to make sure |
(2 people reviewed code but never put it down as review so I didn't notice :c) |
As requested on discord, this these commits were taken from the Splash PR and moved into a new one.
The main reason for the move is so that
NorthstarLauncher
also has access torapidjson
as it's needed for parsing JSON defining custom splash screen.