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

6 lines
68 B
C++

#pragma once
#include <cstdint>
uint32_t load_font(uint32_t top);