diff options
Diffstat (limited to 'ui/window.h')
-rw-r--r-- | ui/window.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/window.h b/ui/window.h index d618976..6f8ad82 100644 --- a/ui/window.h +++ b/ui/window.h @@ -12,7 +12,7 @@ class Window {
public:
- Window(size_t width, size_t height, const std::string & title);
+ Window(size_t width, size_t height, const std::string & title, Uint32 flags);
virtual ~Window() = default;
NO_COPY(Window);
|