pcem/src/allegro-video.h
TomW 56b455844e Initial port to Linux (using Allegro).
64-bit fixes.
Some changes to aid portability.
A few other tweaks.
2014-09-04 21:07:24 +01:00

3 lines
104 B
C

void allegro_video_init();
void allegro_video_close();
void allegro_video_update_size(int x, int y);