dreamcast/font/sperrypc/sperrypc_8x8.data.h
Zack Buhman fc536bd93a example: restore several examples
The dump_* examples were removed because the serial_transfer example now handles
that use-case more generically.
2024-10-27 01:17:59 -05:00

6 lines
380 B
C++

#pragma once
#include <cstdint>
extern uint32_t _binary_font_sperrypc_sperrypc_8x8_data_start __asm("_binary_font_sperrypc_sperrypc_8x8_data_start");
extern uint32_t _binary_font_sperrypc_sperrypc_8x8_data_end __asm("_binary_font_sperrypc_sperrypc_8x8_data_end");
extern uint32_t _binary_font_sperrypc_sperrypc_8x8_data_size __asm("_binary_font_sperrypc_sperrypc_8x8_data_size");