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