Mega Region Update.

This commit is contained in:
2026-02-05 21:34:42 -05:00
parent 00bff4a91f
commit 64d6a1d95a
45 changed files with 1590 additions and 205 deletions
+3 -3
View File
@@ -26,12 +26,12 @@ namespace anm2ed::anm2
Animation(tinyxml2::XMLElement*);
Item* item_get(Type, int = -1);
void item_remove(Type, int = -1);
tinyxml2::XMLElement* to_element(tinyxml2::XMLDocument&);
void serialize(tinyxml2::XMLDocument&, tinyxml2::XMLElement*);
tinyxml2::XMLElement* to_element(tinyxml2::XMLDocument&, Flags = 0);
void serialize(tinyxml2::XMLDocument&, tinyxml2::XMLElement*, Flags = 0);
std::string to_string();
int length();
void fit_length();
glm::vec4 rect(bool);
};
}
}