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
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
BITMAP *screen;
|
||||
|
||||
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)
|
||||
{
|
||||
if (y < 0 || y >= buffer->h)
|
||||
return;
|
||||
|
|
|
|||
Loading…
Reference in a new issue