Slightly reduced internal reliance on specific module backends

This commit is contained in:
Alex Szpakowski
2013-08-03 16:30:37 -03:00
parent 2106ff2403
commit 3e57cfd174
7 changed files with 39 additions and 21 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ public:
Window();
~Window();
bool setWindow(int width = 800, int height = 600, graphics::Graphics *graphics = 0, WindowFlags *flags = 0);
bool setWindow(int width = 800, int height = 600, WindowFlags *flags = 0);
void getWindow(int &width, int &height, WindowFlags &flags) const;
bool checkWindowSize(int width, int height, bool fullscreen) const;