# | Line 309 | Line 309 | void video_set_palette(uint8 *pal) | |
---|---|---|
309 | ||
310 | ||
311 | /* | |
312 | + | * Switch video mode |
313 | + | */ |
314 | + | |
315 | + | void video_switch_to_mode(const video_mode &mode) |
316 | + | { |
317 | + | } |
318 | + | |
319 | + | |
320 | + | /* |
321 | * Close down full-screen mode (if bringing up error alerts is unsafe while in full-screen mode) | |
322 | */ | |
323 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |