More internal code cleanup

This commit is contained in:
Alex Szpakowski
2013-03-31 19:02:27 -03:00
parent eef4eed636
commit d5aa807747
19 changed files with 105 additions and 124 deletions
+2 -2
View File
@@ -41,14 +41,14 @@ public:
void getWindow(int &width, int &height, WindowFlags &flags) const;
bool checkWindowSize(int width, int height, bool fullscreen) const;
WindowSize **getFullscreenSizes(int &n) const;
WindowSize *getFullscreenSizes(int &n) const;
int getWidth() const;
int getHeight() const;
bool isCreated() const;
void setWindowTitle(std::string &title);
void setWindowTitle(const std::string &title);
std::string getWindowTitle() const;
bool setIcon(love::image::ImageData *imgd);