update xcode

This commit is contained in:
2019-06-19 10:58:34 +02:00
parent 41ece63aa7
commit 6058f05d3f
5 changed files with 38 additions and 22 deletions

View File

@@ -36,6 +36,7 @@ public:
void create(int w, int h);
void clear();
void optimize();
int memsize() const;
};
void resize(int width, int height);
bool create(int width, int height, std::string name);