mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2025-03-19 10:40:14 +01:00
6 lines
102 B
C++
6 lines
102 B
C++
#pragma once
|
|
|
|
#include <array>
|
|
|
|
extern const std::array<unsigned char, 172064> FontNintendoExtended;
|
|
|