pokemon/start_size.hpp
Zack Buhman 0b61a59117 font: initial
the fonts are loaded, but nothing is drawn.
2023-07-29 06:38:45 +00:00

9 lines
107 B
C++

#pragma once
#include <cstdint>
struct start_size_t {
uint8_t const * const start;
uint32_t size;
};