Changed set_window_title() and hline() prototypes to match Allegro.

This commit is contained in:
SarahW 2017-04-19 13:06:16 +01:00
commit 86385007de
4 changed files with 4 additions and 4 deletions

View file

@ -92,6 +92,6 @@ void closevideo();
void video_updatetiming();
void hline(BITMAP *b, int x1, int y, int x2, uint32_t col);
void hline(BITMAP *b, int x1, int y, int x2, int col);
void destroy_bitmap(BITMAP *b);