RobLoach / RobLoach/raylib-cpp

Move Class Includes into a include sub-folder

Open
#65 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.