winmain v2.

FuncStats doc.
This commit is contained in:
oz
2020-11-07 18:41:14 +03:00
parent 7db64ae1c6
commit a925b6137f
19 changed files with 126 additions and 22 deletions

View File

@@ -17,3 +17,8 @@ void pb::firsttime_setup()
render::update();
render::blit = 1;
}
void pb::paint()
{
render::paint();
}