RobLoach / RobLoach/raylib-cpp
Move Class Includes into a include sub-folder
Open
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 960
- Forks
- 120
- Avg merge
- 10m
- Merged PRs (30d)
- 1
Description
Move the include/*.hpp files that include classes into a sub-folder from the include folder... Like include/raylib-cpp/Rectangle.hpp. This will help save from include conflicts.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting the include/*.hpp files and the existing include/raylib-cpp/Rectangle.hpp layout. Identify which headers contain classes and check references to their current include paths. Done means the class headers are organized in the requested sub-folder without include conflicts.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- tooling
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100