# | Line 1 | Line 1 | |
---|---|---|
1 | /* | |
2 | * video.h - Video/graphics emulation | |
3 | * | |
4 | < | * Basilisk II (C) 1997-1999 Christian Bauer |
4 | > | * Basilisk II (C) 1997-2000 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 54 | Line 54 | extern void VideoExit(void); | |
54 | extern void VideoQuitFullScreen(void); | |
55 | ||
56 | extern void VideoInterrupt(void); | |
57 | + | extern void VideoRefresh(void); |
58 | ||
59 | extern void video_set_palette(uint8 *pal); | |
60 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |