mirror of
https://github.com/zoriya/Bomberman.git
synced 2025-12-21 05:45:10 +00:00
addition + correct drawing modes
This commit is contained in:
@@ -167,3 +167,8 @@ void RAY::Window::setIcon(RAY::Image &img)
|
||||
{
|
||||
SetWindowIcon(img);
|
||||
}
|
||||
|
||||
bool RAY::Window::isReady() const
|
||||
{
|
||||
return IsWindowReady();
|
||||
}
|
||||
Reference in New Issue
Block a user