sdlOption -> windowFlags
This commit is contained in:
parent
6f2408393c
commit
c14d6e6c59
5 changed files with 6 additions and 6 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue