# | Line 1 | Line 1 | |
---|---|---|
1 | /* | |
2 | * adb.h - ADB emulation (mouse/keyboard) | |
3 | * | |
4 | < | * Basilisk II (C) 1997-1999 Christian Bauer |
4 | > | * Basilisk II (C) 1997-2002 Christian Bauer |
5 | * | |
6 | * This program is free software; you can redistribute it and/or modify | |
7 | * it under the terms of the GNU General Public License as published by | |
# | Line 21 | Line 21 | |
21 | #ifndef ADB_H | |
22 | #define ADB_H | |
23 | ||
24 | + | extern void ADBInit(void); |
25 | + | extern void ADBExit(void); |
26 | + | |
27 | extern void ADBOp(uint8 op, uint8 *data); | |
28 | ||
29 | extern void ADBMouseMoved(int x, int y); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |