fix: load world size async
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
6e00f94a57
commit
efeaefbf2e
4 changed files with 51 additions and 18 deletions
|
@ -54,6 +54,8 @@ class World {
|
|||
bool rename(const QString& to);
|
||||
bool install(const QString& to, const QString& name = QString());
|
||||
|
||||
void setSize(int64_t size);
|
||||
|
||||
// WEAK compare operator - used for replacing worlds
|
||||
bool operator==(const World& other) const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue