Update and cleanup headers#483
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates public headers to improve consistency and completeness of header hygiene (guards/includes), and ensures the umbrella header exposes newly added functionality.
Changes:
- Standardized/updated include guards in several headers.
- Switched some internal includes from angle brackets to quoted includes for local header resolution.
- Added missing
cute_haptics.hinclude to the umbrellacute.h.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| include/cute_user_config.h | Updates include guard macro name for consistency. |
| include/cute_shader_bytecode.h | Uses quoted include for local cute_defines.h. |
| include/cute_noise.h | Renames include guard to match noise header naming. |
| include/cute_networking.h | Uses quoted includes for local framework headers. |
| include/cute_defer.h | Adds missing include guard around the header. |
| include/cute.h | Adds missing umbrella include for haptics. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cleans up some headers and adds missing includes.