view dmargs.c @ 60:f28cd66356f6

Initial work for bitmapped fonts and text drawing. Also moved TTF header stuff to dmtext.h.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 01 Oct 2012 09:46:56 +0300
parents 32250b436bca
children
line wrap: on
line source

#include "dmargs.h"
#define TH_EXTERNAL 1
#define optarg_t DMOptArg
#define th_args_process dmArgsProcess
#define th_args_help dmArgsPrintHelp

#define THERR dmError
#define th_calloc dmCalloc
#define th_malloc dmMalloc
#define th_free dmFree

#include "dmargs_int.c"