mirror of
https://github.com/86Box/86Box.git
synced 2026-02-23 01:48:21 -07:00
7 lines
171 B
C
7 lines
171 B
C
/* Copyright holders: Sarah Walker
|
|
see COPYING for more details
|
|
*/
|
|
void allegro_video_init();
|
|
void allegro_video_close();
|
|
void allegro_video_update_size(int x, int y);
|