comparison vptest.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 f2f6963080bd
children c6cdaa675801
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 "dmres.h" 4 #include "dmres.h"
5 #include "dmimage.h" 5 #include "dmimage.h"
6 #include "dmtext.h"
6 #include <math.h> 7 #include <math.h>
7 8
8 #define DM_COLORS (256) 9 #define DM_COLORS (256)
9 10
10 char *optFontFile = "font.ttf", 11 char *optFontFile = "font.ttf",