aboutsummaryrefslogtreecommitdiff
path: root/src/tilemap.h
blob: 2f8b7096ee40244f100ba738007b50c7b25d7307 (plain)
1
2
3
4
5
6
7
#pragma once
#include <stdint.h>

#include "static/tilemap.h"

extern uint32_t* g_hh_tilemap_rom;