sdlOption -> windowFlags

This commit is contained in:
elwld 2022-07-09 00:37:28 +05:00
parent 6f2408393c
commit c14d6e6c59
5 changed files with 6 additions and 6 deletions

View file

@ -10,7 +10,7 @@ using namespace std;
class Window
{
public:
Window(int width, int height, int sdlOption);
Window(int width, int height, int windowFlags);
void clear();
void draw();
void update();