#include <string>
#include "app/gfx/bitmap.h"
#include "app/rom.h"
#include "imgui/imgui.h"
Go to the source code of this file.
|
namespace | yaze |
|
namespace | yaze::app |
| Main namespace for the ImGui application.
|
|
namespace | yaze::app::gui |
| Graphical User Interface (GUI) components for the application.
|
|
|
void | yaze::app::gui::GraphicsBinCanvasPipeline (int width, int height, int tile_size, int num_sheets_to_load, int canvas_id, bool is_loaded, gfx::BitmapTable &graphics_bin) |
|
void | yaze::app::gui::BitmapCanvasPipeline (gui::Canvas &canvas, const gfx::Bitmap &bitmap, int width, int height, int tile_size, bool is_loaded, bool scrollbar, int canvas_id) |
|