Changed set_window_title() and hline() prototypes to match Allegro.
This commit is contained in:
parent
aeccbd8bd6
commit
86385007de
4 changed files with 4 additions and 4 deletions
|
|
@ -307,7 +307,7 @@ void get_executable_name(char *s, int size)
|
|||
GetModuleFileName(hinstance, s, size);
|
||||
}
|
||||
|
||||
void set_window_title(char *s)
|
||||
void set_window_title(const char *s)
|
||||
{
|
||||
if (video_fullscreen)
|
||||
return;
|
||||
|
|
|
|||
Loading…
Reference in a new issue