hwtests/source/font.c

10 lines
113 B
C

#include <3ds.h>
#include "font.h"
font_s fontDefault = {
font1Data,
font1Desc,
16,
{ 0xFF, 0xFF, 0xFF }
};