#include <array>#include <string>#include <vector>#include "absl/status/status.h"#include "app/editor/editor.h"#include "app/editor/message/message_data.h"#include "app/editor/message/message_preview.h"#include "app/gui/app/editor_layout.h"#include "app/gfx/core/bitmap.h"#include "app/gui/canvas/canvas.h"#include "app/gui/core/style.h"#include "app/rom.h"
Go to the source code of this file.
Classes | |
| class | yaze::editor::MessageEditor |
Namespaces | |
| namespace | yaze |
| Main namespace for the application. | |
| namespace | yaze::editor |
| Editors are the view controllers for the application. | |
Variables | |
| constexpr int | yaze::editor::kGfxFont = 0x70000 |
| constexpr int | yaze::editor::kCharactersWidth = 0x74ADF |
| constexpr int | yaze::editor::kNumMessages = 396 |
| constexpr int | yaze::editor::kFontGfxMessageSize = 128 |
| constexpr int | yaze::editor::kFontGfxMessageDepth = 8 |
| constexpr int | yaze::editor::kFontGfx16Size = 172 * 4096 |
| constexpr uint8_t | yaze::editor::kBlockTerminator = 0x80 |
| constexpr uint8_t | yaze::editor::kMessageBankChangeId = 0x80 |