#include <cstdint>
#include <vector>
#include "absl/status/status.h"
#include "app/editor/sprite/zsprite.h"
#include "app/editor/editor.h"
#include "app/gui/canvas.h"
#include "app/rom.h"
Go to the source code of this file.
Classes | |
class | yaze::editor::SpriteEditor |
Allows the user to edit sprites. More... | |
struct | yaze::editor::SpriteEditor::OAMConfig |
Namespaces | |
namespace | yaze |
Main namespace for the application. | |
namespace | yaze::editor |
Editors are the view controllers for the application. | |
Variables | |
constexpr ImGuiTabItemFlags | yaze::editor::kSpriteTabFlags |
constexpr ImGuiTabBarFlags | yaze::editor::kSpriteTabBarFlags |
constexpr ImGuiTableFlags | yaze::editor::kSpriteTableFlags |