Menustuff added/modified!

This commit is contained in:
robijn
2002-05-26 19:21:23 +00:00
parent dc4c049721
commit 3168d4cafc
27 changed files with 2304 additions and 584 deletions
+5 -2
View File
@@ -14,8 +14,11 @@
#include "drivers/lcd.h"
#define bool int
#ifndef bool
# define bool short
# define true 1
# define false 0
#endif
Driver *
driver_load( char * name, char * filename, char * args );