hwtests/source/font.c
2014-10-29 18:52:09 -07:00

11 lines
115 B
C

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