decouple message data functions from message editor class

This commit is contained in:
scawful
2024-08-19 11:36:30 -04:00
parent f214f25512
commit dd430ad1b6
5 changed files with 244 additions and 228 deletions

View File

@@ -6,6 +6,7 @@ set(
app/editor/sprite/sprite_editor.cc
app/editor/music/music_editor.cc
app/editor/message/message_editor.cc
app/editor/message/message_data.cc
app/editor/code/assembly_editor.cc
app/editor/graphics/screen_editor.cc
app/editor/graphics/graphics_editor.cc