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

Move sgame trap call declarations to engine repository #1178

Merged
merged 3 commits into from
Jun 10, 2024

Conversation

slipher
Copy link
Member

@slipher slipher commented Jun 3, 2024

No description provided.

slipher added 2 commits June 3, 2024 15:43
src/shared/server/sg_api.cpp contains trap_* functions which wrap
sgame->engine IPC messages. For some reason the declarations of these
functions lived in Unvanquished/sgame/sg_trapcalls.h; move them to
sg_api.h next to the implementations.
Also clean up some extraneous includes in other headers.
@slipher
Copy link
Member Author

slipher commented Jun 5, 2024

Added another commit which fixes the cgame trap call declarations too. Those also should be in another header but at least they aren't in the gamelogic repo.

@slipher slipher merged commit 57b8feb into master Jun 10, 2024
9 checks passed
@slipher slipher deleted the slipher/sgapi/sync branch June 10, 2024 15:57
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