comparison tools/mb_c_source.m4 @ 108:565b55508c8d

More dox
author Thinker K.F. Li <thinker@branda.to>
date Fri, 12 Sep 2008 13:58:30 +0800
parents 1a1dda98730c
children cf8ccf06e397
comparison
equal deleted inserted replaced
107:069868161f63 108:565b55508c8d
259 259
260 define([MADBUTTERFLY],[dnl 260 define([MADBUTTERFLY],[dnl
261 [#include <stdio.h> 261 [#include <stdio.h>
262 #include <stdlib.h> 262 #include <stdlib.h>
263 #include <string.h> 263 #include <string.h>
264 #include "mb_types.h" 264 #include "mb/mb_types.h"
265 #include "redraw_man.h" 265 #include "mb/redraw_man.h"
266 #include "shapes.h" 266 #include "mb/shapes.h"
267 #include "paint.h" 267 #include "mb/paint.h"
268 #include "$1.h" 268 #include "$1.h"
269 269
270 $1_t *$1_new(redraw_man_t *rdman) { 270 $1_t *$1_new(redraw_man_t *rdman) {
271 $1_t *obj; 271 $1_t *obj;
272 grad_stop_t *stops = NULL;]DECLARE_VARS 272 grad_stop_t *stops = NULL;]DECLARE_VARS