函数重命名,以避免岐义

This commit is contained in:
2018-11-27 21:37:56 +08:00
parent 6741ad9cc6
commit d506bd100a
3 changed files with 5 additions and 5 deletions

View File

@@ -27,7 +27,7 @@ int main(void)
RenderSetup rs;
RenderWindow *win=device->Create(1280,720,&ws,&rs);
RenderWindow *win=device->CreateWindow(1280,720,&ws,&rs);
win->Show();