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

@ -547,7 +547,7 @@ void get_executable_name(char *s, int size);
void startblit();
void endblit();
void set_window_title(char *s);
void set_window_title(const char *s);
void updatewindowsize(int x, int y);