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

Proposal: Update nuklear_sdl_renderer.h to use recommended path for SDL.h #636

Merged
merged 2 commits into from
May 25, 2024

Conversation

Ryder17z
Copy link
Contributor

change SDL include path to the recommended path

change SDL include path to the recommended path
@Ryder17z Ryder17z changed the title Propoal: Update nuklear_sdl_renderer.h to use recommended path for SDL.h Proposal: Update nuklear_sdl_renderer.h to use recommended path for SDL.h Apr 27, 2024
Copy link
Contributor

@RobLoach RobLoach left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm okay with this change, though would like a review from others. The other thing we could consider is something like...

#ifndef NK_SDL_RENDERER_SDL_H
#define NK_SDL_RENDERER_SDL_H <SDL.h>
#endif
#include NK_SDL_RENDERER_SDL_H

@Ryder17z
Copy link
Contributor Author

Ryder17z commented Apr 27, 2024 via email

@RobLoach RobLoach merged commit b9e84c0 into Immediate-Mode-UI:master May 25, 2024
1 check passed
@Ryder17z Ryder17z deleted the patch-1 branch May 25, 2024 21:40
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.

None yet

2 participants