comparison examples/dynamic/text.c @ 387:433fa83d16f9

Corrected build dependence - able to build in Ubuntu Intrepid Removed '#include "menu.h"' from example code which is not needed
author Ben Lau <xbenlau@gmail.com>
date Fri, 10 Apr 2009 16:04:05 +0800
parents 137a73822d48
children 31b6633e3538
comparison
equal deleted inserted replaced
386:12464f1138ae 387:433fa83d16f9
5 * 5 *
6 */ 6 */
7 #include <stdio.h> 7 #include <stdio.h>
8 #include <mb.h> 8 #include <mb.h>
9 #include <string.h> 9 #include <string.h>
10 #include "menu.h" 10 //#include "menu.h"
11 #include "mbapp.h" 11 #include "mbapp.h"
12 12
13 13
14 MBApp *myApp; 14 MBApp *myApp;
15 15