Refactoring, FFmpeg updates
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
namespace anm2ed::anm2
|
||||
{
|
||||
constexpr auto LAYER_FORMAT = "#{} {} (Spritesheet: #{})";
|
||||
constexpr auto LAYER_NO_SPRITESHEET_FORMAT = "#{} {} (No Spritesheet)";
|
||||
|
||||
class Layer
|
||||
{
|
||||
@@ -18,5 +19,6 @@ namespace anm2ed::anm2
|
||||
tinyxml2::XMLElement* to_element(tinyxml2::XMLDocument&, int);
|
||||
void serialize(tinyxml2::XMLDocument&, tinyxml2::XMLElement*, int);
|
||||
std::string to_string(int);
|
||||
bool is_spritesheet_valid();
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user