addition + correct drawing modes

This commit is contained in:
arthur.jamet
2021-06-02 14:33:52 +02:00
parent 1cc6907ff0
commit ef0c323d94
8 changed files with 38 additions and 18 deletions

View File

@@ -167,3 +167,8 @@ void RAY::Window::setIcon(RAY::Image &img)
{
SetWindowIcon(img);
}
bool RAY::Window::isReady() const
{
return IsWindowReady();
}