Menustuff added/modified!
This commit is contained in:
+5
-2
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user