Housekeeping

This commit is contained in:
scawful
2023-11-30 02:13:31 -05:00
parent 53873614ae
commit b4820d1d32
6 changed files with 34 additions and 101 deletions

View File

@@ -31,7 +31,7 @@ For developers to reference.
- [Constants](../src/app/core/constants.h)
- [Controller](../src/app/core/controller.h)
- [Editor](../src/app/core/editor.h)
- [Pipeline](../src/app/core/pipeline.h)
- [Pipeline](../src/app/gui/pipeline.h)
- **Editor Namespace**:
- Editors are responsible for representing the GUI view and handling user input.
- These classes are all controlled by [MasterEditor](../src/app/editor/master_editor.h)