gcc484ntopperl-5.22
Last change
on this file since c5c522c was
c5c522c,
checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago
|
initial commit, transferred from cleaned syn3 svn tree
|
-
Property mode set to
100644
|
File size:
199 bytes
|
Line | |
---|
1 | #ifndef LCD_IRMANIN__H |
---|
2 | #define LCD_IRMANIN_H |
---|
3 | |
---|
4 | |
---|
5 | extern lcd_logical_driver *joy; |
---|
6 | |
---|
7 | int irmanin_init(struct lcd_logical_driver *driver, char *args); |
---|
8 | void irmanin_close(); |
---|
9 | char irmanin_getkey(); |
---|
10 | |
---|
11 | |
---|
12 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.