Skip to content

Commit f868a7e

Browse files
committed
Update infra doc
1 parent 3711ff6 commit f868a7e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Diff for: docs/infrastructure.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -31,24 +31,27 @@ For developers to reference.
3131
- [Constants](../src/app/core/constants.h)
3232
- [Controller](../src/app/core/controller.h)
3333
- [Editor](../src/app/core/editor.h)
34-
- [Emulator](../src/app/core/emulator.h)
3534
- [Pipeline](../src/app/core/pipeline.h)
3635
- **Editor Namespace**:
3736
- Editors are responsible for representing the GUI view and handling user input.
3837
- These classes are all controlled by [MasterEditor](../src/app/editor/master_editor.h)
39-
- [AssemblyEditor](../src/app/editor/assembly_editor.h)
4038
- [DungeonEditor](../src/app/editor/dungeon_editor.h)
4139
- [GraphicsEditor](../src/app/editor/graphics_editor.h)
4240
- [MusicEditor](../src/app/editor/music_editor.h)
4341
- [OverworldEditor](../src/app/editor/overworld_editor.h)
4442
- [ScreenEditor](../src/app/editor/screen_editor.h)
4543
- [SpriteEditor](../src/app/editor/sprite_editor.h)
44+
- **Modules**
45+
- [AssemblyEditor](../src/app/editor/modules/assembly_editor.h)
46+
- [GfxGroupEditor](../src/app/editor/modules/gfx_group_editor.h)
47+
- [Tile16Editor](../src/app/editor/modules/tile16_editor.h)
4648
- **Emu Namespace**:
4749
- Contains business logic for `core::emulator`
4850
- [Audio](../src/app/emu/audio/)
4951
- [Debug](../src/app/emu/debug/)
5052
- [Memory](../src/app/emu/memory/)
5153
- [Video](../src/app/emu/video/)
54+
- [Emulator](../src/app/emu/emulator.h)
5255
- **Gfx Namespace**:
5356
- Handles graphics related tasks.
5457
- [Bitmap](../src/app/gfx/bitmap.h)

0 commit comments

Comments
 (0)