hwtests/source/font.cpp
2014-11-22 00:58:29 -08:00

10 lines
125 B
C++

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