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

Split code #1

Open
Minarox opened this issue Aug 30, 2024 · 0 comments
Open

Split code #1

Minarox opened this issue Aug 30, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@Minarox
Copy link
Owner

Minarox commented Aug 30, 2024

Split RLTM.cpp into multiple files to improve code readability and organisation.

Example:

.
├── ...
├── `Controllers`
│   ├── `Data.cpp`           # Compute game data
│   ├── `Hooks.cpp`          # Control game hooks
│   ├── `HUD.cpp`            # Control HUD elements
│   ├── `Replay.cpp`         # Save match replay
│   ├── `Settings.cpp`       # Manage plugin settings
│   └── `Socket.cpp`         # Connect and stream data to Backend
├── ...
@Minarox Minarox added the enhancement New feature or request label Aug 30, 2024
@Minarox Minarox self-assigned this Aug 30, 2024
@Minarox Minarox added this to the v1.0.0 milestone Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant