hwtests/source/font.c

11 lines
115 B
C
Raw Normal View History

2014-10-26 18:47:14 -07:00
#include <3ds.h>
#include "font.h"
font_s fontDefault =
{
font1Data,
font1Desc,
16,
(u8[]){0xFF,0xFF,0xFF}
};