patern_preview/world: Place selection into the world
This commit is contained in:
@@ -37,6 +37,7 @@ public:
|
||||
void setCell(int x, int y);
|
||||
void resize(int width, int height); // destructive
|
||||
std::vector<uint32_t> getSelection(Vector2i &origin, Vector2i &size);
|
||||
void setSelection(Vector2i &origin, Vector2i &size, std::vector<uint32_t> &data);
|
||||
|
||||
// Private members
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user