comparison blittest.c @ 62:daeb5d4f6bad

Do include "dmtext.h" where necessary.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 01 Oct 2012 09:50:43 +0300
parents 76a7d469eab9
children 7d611ebac3e5
comparison
equal deleted inserted replaced
61:a33e47232161 62:daeb5d4f6bad
1 #include "dmlib.h" 1 #include "dmlib.h"
2 #include "dmargs.h" 2 #include "dmargs.h"
3 #include "dmvecmat.h" 3 #include "dmvecmat.h"
4 #include "dmtext.h"
4 #include <math.h> 5 #include <math.h>
5 6
6 #define DM_COLORS (256) 7 #define DM_COLORS (256)
7 8
8 char *optFontFile = "font.ttf"; 9 char *optFontFile = "font.ttf";