Working up to start of menu loading

This commit is contained in:
elasota
2019-12-12 23:37:40 -05:00
parent f7335a2c8b
commit c9c6976344
35 changed files with 1316 additions and 398 deletions

View File

@@ -265,7 +265,7 @@ void PaintRect(const Rect *rect)
break;
default:
PL_NotYetImplemented();
return;
return;
}
}
@@ -306,7 +306,7 @@ void FrameRoundRect(const Rect *rect, int w, int h)
PL_NotYetImplemented();
}
void PenMode(int mode)
void PenMode(CopyBitsMode copyBitsMode)
{
PL_NotYetImplemented();
}
@@ -316,11 +316,6 @@ void PenMode(PenModeID penMode)
PL_NotYetImplemented();
}
void PenMode(CopyBitsMode copyBitsMode)
{
PL_NotYetImplemented();
}
void PenPat(const Pattern *pattern)
{
PL_NotYetImplemented();