1#ifndef YAZE_ZELDA3_DUNGEON_DRAW_ROUTINES_CORNER_ROUTINES_H
2#define YAZE_ZELDA3_DUNGEON_DRAW_ROUTINES_CORNER_ROUTINES_H
8namespace draw_routines {
void DrawWeirdCornerTop_BothBG(const DrawContext &ctx)
Draw a weird corner top pattern for both BG layers.
void RegisterCornerRoutines(std::vector< DrawRoutineInfo > ®istry)
Register all corner draw routines to the registry.
void DrawCorner4x4(const DrawContext &ctx)
Draw a 4x4 grid corner pattern.
void DrawWeirdCornerBottom_BothBG(const DrawContext &ctx)
Draw a weird corner bottom pattern for both BG layers.
void Draw4x4Corner_BothBG(const DrawContext &ctx)
Draw a 4x4 corner for both BG layers.