yaze 0.2.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
tilesheet.h File Reference
#include <memory>
#include <vector>
#include "app/gfx/bitmap.h"
#include "app/gfx/snes_palette.h"
#include "app/gfx/snes_tile.h"
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  yaze::gfx::InternalTile16
 
class  yaze::gfx::Tilesheet
 Represents a tilesheet, which is a collection of tiles stored in a bitmap. More...
 

Namespaces

namespace  yaze
 Main namespace for the application.
 
namespace  yaze::gfx
 Contains classes for handling graphical data.
 

Enumerations

enum class  yaze::gfx::TileType { yaze::gfx::Tile8 , yaze::gfx::Tile16 }
 

Functions

absl::StatusOr< Tilesheetyaze::gfx::CreateTilesheetFromGraphicsBuffer (const uint8_t *graphics_buffer, int width, int height, TileType tile_type, int sheet_id)